Vouch
Rank #3,678io.github.vouchdev/vouch
Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.
Vouch is a Model Context Protocol (MCP) server published by vouchdev. It ranks #3,678 of 128,029 servers tracked on MCP Toplist, and its repository has 92 GitHub stars. Vouch is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 26, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 124,351 of 128,029 servers on MCP Toplist.
Use Vouch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vouch -e "VOUCH_KB_PATH=<your VOUCH_KB_PATH>" -- uvx vouch-kb serveReplace each placeholder with your own value before saving.
[mcp_servers.vouch]
command = "uvx"
args = ["vouch-kb", "serve"]
[mcp_servers.vouch.env]
VOUCH_KB_PATH = "<your VOUCH_KB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vouch": {
"command": "uvx",
"args": [
"vouch-kb",
"serve"
],
"env": {
"VOUCH_KB_PATH": "<your VOUCH_KB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vouch": {
"command": "uvx",
"args": [
"vouch-kb",
"serve"
],
"env": {
"VOUCH_KB_PATH": "<your VOUCH_KB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vouch": {
"type": "stdio",
"command": "uvx",
"args": [
"vouch-kb",
"serve"
],
"env": {
"VOUCH_KB_PATH": "<your VOUCH_KB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vouch": {
"command": "uvx",
"args": [
"vouch-kb",
"serve"
],
"env": {
"VOUCH_KB_PATH": "<your VOUCH_KB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vouch": {
"command": "uvx",
"args": [
"vouch-kb",
"serve"
],
"env": {
"VOUCH_KB_PATH": "<your VOUCH_KB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vouchdev%2Fvouch)<a href="https://mcptoplist.com/server/io.github.vouchdev%2Fvouch"><img src="https://mcptoplist.com/badge/io.github.vouchdev%2Fvouch.svg" alt="MCP Toplist: Top 5% of 128,029" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vouchdev
Available versions (1)
| Version | Published |
|---|---|
| 1.2.2 | Jul 7, 2026 |
Frequently asked questions
- Who maintains Vouch?
- Vouch is maintained by vouchdev, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Vouch listed on the Official MCP Registry?
- Yes — Vouch is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Vouch have?
- MCP Toplist tracks 1 version of Vouch, most recently published on Jul 7, 2026.
- Where can I find the source code for Vouch?
- The source code for Vouch is hosted at github.com/vouchdev/vouch.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.