Odel
coding standards mcp

coding standards mcp

Local
@corbat-tech4JavaMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@corbat-tech/coding-standards-mcpv1.0.3

Run

npx -y @corbat-tech/coding-standards-mcp

MCP client config

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