Skip to content
Zed

proof layer for Zed

io.github.world-999-labs/proof-layer

Signed, hash-chained provenance receipts for AI agent actions.

client:Zed transport:stdio runtime:npm

Install proof layer 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": {
    "proof-layer": {
      "command": "npx",
      "args": [
        "-y",
        "@proof-layer/mcp"
      ],
      "env": {
        "PROOF_LAYER_API_KEY": "<PROOF_LAYER_API_KEY>",
        "PROOF_LAYER_API_URL": "<PROOF_LAYER_API_URL>",
        "PROOF_LAYER_TELEMETRY": "<PROOF_LAYER_TELEMETRY>"
      }
    }
  }
}

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

proof layer in other clients