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.
Mac Shell Mcp
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.
Ragie Mcp Server
Ragie Model Context Protocol Server
Esxi Mcp Server
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.