Skip to content
Claude Desktop

Vouch for Claude Desktop

io.github.vouchdev/vouch

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

client:Claude Desktop transport:stdio runtime:pypi

Install Vouch in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "vouch": {
      "command": "uvx",
      "args": [
        "vouch-kb"
      ],
      "env": {
        "VOUCH_KB_PATH": "<VOUCH_KB_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Vouch in other clients