Skip to content
Zed

aegis protocol for Zed

io.github.im-sham/aegis-protocol

Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.

client:Zed transport:stdio runtime:npm

Install aegis protocol 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": {
    "aegis-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@aegis-protocol/mcp-server"
      ],
      "env": {
        "AEGIS_CHAIN": "<AEGIS_CHAIN>",
        "AEGIS_RPC_URL": "<AEGIS_RPC_URL>",
        "AEGIS_PRIVATE_KEY": "<AEGIS_PRIVATE_KEY>",
        "AEGIS_API_URL": "<AEGIS_API_URL>"
      }
    }
  }
}

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

aegis protocol in other clients