Skip to content
Grok

Evolith Architecture Governance for Grok

io.github.beyondnetcode/evolith

Executable architecture governance: an unevaluated rule is reported as a failure, never a pass.

client:Grok transport:stdio runtime:npm

Install Evolith Architecture Governance in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "evolith": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@beyondnet/evolith-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

Evolith Architecture Governance in other clients