verity for Windsurf
io.github.clawdio777/verity
Real-time fact-checking MCP. Verifies claims against live sources with structured verdicts.
client:Windsurf
transport:stdio
runtime:npm
Install verity in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"verity": {
"command": "npx",
"args": [
"-y",
"verity-mcp"
],
"env": {
"VERITY_PRIVATE_KEY": "<VERITY_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs