Vouch for Cursor
io.github.vouchdev/vouch
Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.
client:Cursor
transport:stdio
runtime:pypi
Install Vouch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vouch": {
"type": "stdio",
"command": "uvx",
"args": [
"vouch-kb"
],
"env": {
"VOUCH_KB_PATH": "<VOUCH_KB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs