Provides tools for accessing coding style guidelines and best practices for various technologies including Java, Python, and React.
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.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!