Skip to content
Zed

Attest proxy for Zed

io.github.dev-prathap/attest-proxy

Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.

client:Zed transport:stdio runtime:pypi

Install Attest proxy 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": {
    "attest-proxy": {
      "command": "uvx",
      "args": [
        "attestlayer"
      ],
      "env": {
        "ATTEST_POLICY": "<ATTEST_POLICY>",
        "ATTEST_LEDGER": "<ATTEST_LEDGER>",
        "ATTEST_INBOX_URL": "<ATTEST_INBOX_URL>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "ATTEST_SLACK_CHANNEL": "<ATTEST_SLACK_CHANNEL>"
      }
    }
  }
}

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

Attest proxy in other clients