What is the CiteVahti MCP server?
Checks whether each cited source supports the claim it backs. Blinded human-first, local-first.
How to install CiteVahti
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"citevahti": {
"command": "uvx",
"args": [
"citevahti"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"citevahti": {
"command": "uvx",
"args": [
"citevahti"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"citevahti": {
"command": "uvx",
"args": [
"citevahti"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"citevahti": {
"type": "stdio",
"command": "uvx",
"args": [
"citevahti"
]
}
}
}Claude Code
claude mcp add citevahti -- uvx citevahtiRelated MCP servers
Vahtian
Active
Freeze a corpus, check it for drift, keep a hash-chained audit ledger. Local-first, stdlib-only.
1
View repository →HTML
Apache-2.0