服务器
Coding Standards MCP Server
@ggerve
MCP Server for Coding Standards - providing standardized coding guidelines and best practices
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nortal_coding_standards": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
]
}
}
}