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.
Model Context Protocol server for FTP access
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
A Python-based MCP (Model Context Protocol) server that predicts the origin