Skip to content
Zed

ProofFlow for Zed

io.github.hyperion-gpu/proofflow

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

client:Zed transport:stdio runtime:pypi

Install ProofFlow in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "proofflow": {
      "command": "uvx",
      "args": [
        "proofflow-mcp"
      ],
      "env": {
        "PROOFFLOW_BASE_URL": "<PROOFFLOW_BASE_URL>",
        "PROOFFLOW_API_KEY": "<PROOFFLOW_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ProofFlow in other clients