Developer Tools
Trust: 39/100 (Limited)io.github.corbat-tech/coding-standards Guide
AI coding standards that enforce production-grade code with DDD, SOLID, TDD guardrails.
4 starsby corbat-tech
Quick Start
Install
npx @corbat-tech/coding-standards-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-corbat-tech-coding-standards": {
"command": "npx",
"args": [
"@corbat-tech/coding-standards-mcp"
]
}
}
}