coding standards for Cursor
io.github.corbat-tech/coding-standards
AI coding standards that enforce production-grade code with DDD, SOLID, TDD guardrails.
client:Cursor
transport:stdio
runtime:npm
Install coding standards in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"coding-standards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@corbat-tech/coding-standards-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs