Skip to content
Zed

PEAC Protocol: Signed interaction receipts for Zed

io.github.peacprotocol/peac

Portable signed records for agent, API, MCP, and cross-runtime interactions.

client:Zed transport:stdio runtime:npm

Install PEAC Protocol: Signed interaction receipts in Zed

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

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

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

PEAC Protocol: Signed interaction receipts in other clients