Skip to content
Claude Desktop

coding standards for Claude Desktop

io.github.corbat-tech/coding-standards

AI coding standards that enforce production-grade code with DDD, SOLID, TDD guardrails.

client:Claude Desktop transport:stdio runtime:npm

Install coding standards in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "coding-standards": {
      "command": "npx",
      "args": [
        "-y",
        "@corbat-tech/coding-standards-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

coding standards in other clients