coding-standards-mcp
5
This project is an MCP server that provides tools for accessing coding style guidelines and best practices for Java, Python, and React. It offers language-specific guides and best practices to help developers maintain clean and efficient code.
Coding Standards MCP Server
This MCP server provides tools for accessing coding style guidelines and best practices for various technologies such as Java, Python, and React.
Prerequisites
- Python 3.8 or higher
- MCP package
- UV package manager
Quick Start
- Install the server in Claude.
- Run in development mode. The MCP inspector will start on port 3000.
Available Tools
Style Guides
- Java: Clean code practices
- Python: PEP 8 guidelines
- React: Component structure
Best Practices
- Java: Architecture, testing, security
- Python: Dependency management, testing
- React: State management, performance optimization
API Reference
java_style_guide
: Get Java coding style guidelinesjava_best_practices
: Get Java application best practicespython_style_guide
: Get Python coding style guidelinespython_best_practices
: Get Python application best practicesreact_best_practices
: Get React application best practices