Skip to content
Grok

aegis protocol for Grok

io.github.im-sham/aegis-protocol

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

client:Grok transport:stdio runtime:npm

Install aegis protocol in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "aegis-protocol": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

aegis protocol in other clients