Skip to content
Grok

tribunal for Grok

io.github.thebotclub/tribunal

Tribunal — Enterprise Claude Code plugin. TDD enforcement, quality gates, vault of rules and agents.

client:Grok transport:stdio runtime:npm

Install tribunal in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tribunal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tribunal"
      ]
    }
  }
}

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

tribunal in other clients