CiteVahti for VS Code
io.github.heidihelena/citevahti
Checks whether each cited source supports the claim it backs. Blinded human-first, local-first.
client:VS Code
transport:stdio
runtime:pypi
Install CiteVahti in VS Code
.vscode/mcp.json
{
"servers": {
"citevahti": {
"type": "stdio",
"command": "uvx",
"args": [
"citevahti"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs