Skip to content
Grok

kontra mcp for Grok

io.github.bluwork/kontra-mcp

The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP

client:Grok transport:stdio runtime:npm

Install kontra mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kontra-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kontra-mcp"
      ],
      "env": {
        "KONTRA_DEFAULT_MODE": "<KONTRA_DEFAULT_MODE>",
        "KONTRA_LOG_LEVEL": "<KONTRA_LOG_LEVEL>"
      }
    }
  }
}

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

kontra mcp in other clients