evidence gate for Cursor
io.github.dailyaiagents/evidence-gate
Local checks for artifacts, declared claim evidence, and citation containment.
client:Cursor
transport:stdio
runtime:pypi
Install evidence gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"evidence-gate": {
"type": "stdio",
"command": "uvx",
"args": [
"dailyaiagents-evidence-gate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs