MCP Server for Coding Standards - providing standardized coding guidelines and best practices
This MCP server provides tools for accessing coding style guidelines and best practices for various technologies (Java, Python, React).
pip install mcp
)mcp install server.py
mcp dev server.py
The MCP inspector will start on port 3000.
Access language-specific coding style guidelines:
Access language-specific application best practices:
java_style_guide
: Get Java coding style guidelines
nortal_coding_standards_java_style_guide()
java_best_practices
: Get Java application best practices
nortal_coding_standards_java_best_practices()
python_style_guide
: Get Python coding style guidelines
nortal_coding_standards_python_style_guide()
python_best_practices
: Get Python application best practices
nortal_coding_standards_python_best_practices()
react_best_practices
: Get React application best practices
nortal_coding_standards_react_best_practices()
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.
A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios
A Model Context Protocol server for retrieving and analyzing issues from Sentry.io
An intelligent MCP server that serves as a guardian of development knowledge, providing Cline assistants with curated access to latest documentation and best practices across the software development landscape
Execute a secure shell in Claude Desktop using the Model Context Protocol.