HomeDevelopment › ProofFlow

ProofFlow

Audit infrastructure for AI coding agents with evidence-backed review and policy gates.

Python
★ 49 stars Last pushed 2026-08-08 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.2)

uvx proofflow-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "proofflow-v0-1": {
      "command": "uvx",
      "args": [
        "proofflow-mcp"
      ],
      "env": {
        "PROOFFLOW_BASE_URL": "<YOUR_VALUE>",
        "PROOFFLOW_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROOFFLOW_BASE_URL — ProofFlow backend URL (default: http://127.0.0.1:8787)
  • PROOFFLOW_API_KEY secret — API key for authenticated access to the ProofFlow backend

Related servers

Data from the Official MCP Registry