Servers
Coding Standards MCP Server
@ggerve
MCP Server for Coding Standards - providing standardized coding guidelines and best practices
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nortal_coding_standards": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
]
}
}
}