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
{
"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