CiteVahti for Cursor
io.github.heidihelena/citevahti
Checks whether each cited source supports the claim it backs. Blinded human-first, local-first.
client:Cursor
transport:stdio
runtime:pypi
Install CiteVahti in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"citevahti": {
"type": "stdio",
"command": "uvx",
"args": [
"citevahti"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs