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.
Ragie Model Context Protocol Server
Enhanced FileSystem MCP server
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
A Model Context Protocol (MCP) server for interacting with the OneSignal API