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
{
"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