Skip to content
Zed

proof for Zed

io.github.toremlabs/proof

Govern your AI coding agent: frame the work, review the changes, keep a signed decision record.

client:Zed transport:stdio runtime:npm

Install proof in Zed

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

{
  "context_servers": {
    "proof": {
      "command": "npx",
      "args": [
        "-y",
        "@toremlabs/proof-mcp"
      ]
    }
  }
}

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

proof in other clients