coding-standards-mcp
MCP Server for Coding Standards - providing standardized coding guidelines and best practices
Documentation
Coding Standards MCP Server
This MCP server provides tools for accessing coding style guidelines and best practices for various technologies (Java, Python, React).
Prerequisites
- Python 3.8 or higher
- MCP package (`pip install mcp`)
- UV package manager (recommended)
Quick Start
1. Install the server in Claude:
mcp install server.py2. Run in development mode:
mcp dev server.pyThe MCP inspector will start on port 3000.
Available Tools
Style Guides
Access language-specific coding style guidelines:
- Java: Clean code practices, naming conventions, code organization
- Python: PEP 8 based guidelines, Pythonic code practices
- React: Component structure, hooks usage, TypeScript integration
Best Practices
Access language-specific application best practices:
- Java: Project structure, architecture, testing, security
- Python: Project layout, dependency management, testing practices
- React: Component patterns, state management, performance optimization
API Reference
1. `java_style_guide`: Get Java coding style guidelines
2. `java_best_practices`: Get Java application best practices
3. `python_style_guide`: Get Python coding style guidelines
4. `python_best_practices`: Get Python application best practices
5. `react_best_practices`: Get React application best practices
Configuration
MCP Client Configuration
Add this to your MCP client configuration file (e.g., `~/.codeium/windsurf/mcp_config.json`):
{
"mcpServers": {
"nortal_coding_standards": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
]
}
}
}Replace `/absolute/path/to/coding-standards-mcp/server.py` with your actual server path.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Frequently asked questions
What is coding-standards-mcp?
coding-standards-mcp is MCP Server for Coding Standards - providing standardized coding guidelines and best practices
How do I install coding-standards-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is coding-standards-mcp open source?
Yes — it is hosted on GitHub at https://github.com/ggerve/coding-standards-mcp and has 13 stars.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP