verity for Claude Desktop
io.github.clawdio777/verity
Real-time fact-checking MCP. Verifies claims against live sources with structured verdicts.
client:Claude Desktop
transport:stdio
runtime:npm
Install verity in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"verity": {
"command": "npx",
"args": [
"-y",
"verity-mcp"
],
"env": {
"VERITY_PRIVATE_KEY": "<VERITY_PRIVATE_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs