Skip to content
Grok

coding standards for Grok

io.github.corbat-tech/coding-standards

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

client:Grok transport:stdio runtime:npm

Install coding standards in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

coding standards in other clients