Skip to content
Grok

conkurrence for Grok

io.github.alligatorc0der/conkurrence

Measure whether your AI agrees with itself using statistical consensus metrics.

client:Grok transport:stdio runtime:npm

Install conkurrence in Grok

.mcp.json (in your project root)

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

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

conkurrence in other clients