Skip to content
Claude Desktop

aegis protocol for Claude Desktop

io.github.im-sham/aegis-protocol

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

client:Claude Desktop transport:stdio runtime:npm

Install aegis protocol in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

aegis protocol in other clients