ProofFlow for Cursor
io.github.hyperion-gpu/proofflow
Audit infrastructure for AI coding agents with evidence-backed review and policy gates.
client:Cursor
transport:stdio
runtime:pypi
Install ProofFlow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"proofflow": {
"type": "stdio",
"command": "uvx",
"args": [
"proofflow-mcp"
],
"env": {
"PROOFFLOW_BASE_URL": "<PROOFFLOW_BASE_URL>",
"PROOFFLOW_API_KEY": "<PROOFFLOW_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs