Home › Other › Vouch

Vouch

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

Python
★ 83 stars Last pushed 2026-08-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.2.2)

uvx vouch-kb

Or add to your MCP client config:

{
  "mcpServers": {
    "vouch": {
      "command": "uvx",
      "args": [
        "vouch-kb"
      ],
      "env": {
        "VOUCH_KB_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • VOUCH_KB_PATH — Absolute path to the .vouch directory; if unset, vouch walks up from the cwd to find it.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry