What is the Vahtian MCP server?
Freeze a corpus, check it for drift, keep a hash-chained audit ledger. Local-first, stdlib-only.
How to install Vahtian
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": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vahtian": {
"type": "stdio",
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Claude Code
claude mcp add vahtian -- uvx vahtianRelated MCP servers
CiteVahti
Active
Checks whether each cited source supports the claim it backs. Blinded human-first, local-first.
1
View repository →Python
Apache-2.0