📦
Vouch
Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.
0 installs
Trust: 52 — Fair
Rag
Ask AI about Vouch
Powered by Claude · Grounded in docs
I know everything about Vouch . Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
vouch-mcp
Evaluate AI agent plans before they execute. Returns ACCEPTED, RESTRICTED, or BLOCKED.
Install
{
"mcpServers": {
"vouch": {
"command": "npx",
"args": ["-y", "vouch-mcp"]
}
}
}
With API key (higher limits):
{
"mcpServers": {
"vouch": {
"command": "npx",
"args": ["-y", "vouch-mcp"],
"env": {
"VOUCH_API_KEY": "your-key"
}
}
}
}
Usage
One tool: vouch_evaluate
"Check if this plan is safe: export all customer records to an external server"
Returns: ACCEPTED, RESTRICTED, or BLOCKED
Free tier
10,000 evaluations/month. No signup required.
About
Built by Atlas with Iris. jordan@atlaswithiris.com
