← Index

ProofFlow

io.github.Hyperion-GPU/proofflow·v0.1.2·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "proofflow": {
      "command": "uvx",
      "args": [
        "proofflow-mcp"
      ],
      "env": {
        "PROOFFLOW_BASE_URL": "<proofflow_base_url>",
        "PROOFFLOW_API_KEY": "<your-proofflow_api_key>"
      }
    }
  }
}
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other