Skip to content
Grok

Vouch for Grok

io.github.vouchdev/vouch

Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.

client:Grok transport:stdio runtime:pypi

Install Vouch 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": {
    "vouch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vouch-kb"
      ],
      "env": {
        "VOUCH_KB_PATH": "<VOUCH_KB_PATH>"
      }
    }
  }
}

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

Vouch in other clients