Skip to content
Grok

mcp verify claim for Grok

io.github.sudo-ai-git/mcp-verify-claim

Force evidence-gated, tiered claim reporting (FACT/INFERENCE/SPECULATION). No-LLM.

client:Grok transport:stdio runtime:pypi

Install mcp verify claim in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-verify-claim": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-verify-claim"
      ]
    }
  }
}

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

mcp verify claim in other clients