Skip to content
Zed

ProofStream for Zed

io.github.proofstreamai/proofstream-mcp

Dispatch a human verifier to physically verify anything in the real world. For AI agents.

client:Zed transport:stdio runtime:npm

Install ProofStream in Zed

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

{
  "context_servers": {
    "proofstream-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proofstream-mcp"
      ]
    }
  }
}

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

ProofStream in other clients