Odel
ProofFlow

ProofFlow

Local
@hyperion-gpu49PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIproofflow-mcpv0.1.2

Run

uvx proofflow-mcp

MCP client config

{
  "mcpServers": {
    "proofflow": {
      "command": "uvx",
      "args": [
        "proofflow-mcp"
      ]
    }
  }
}