← Index

io.github.im-sham/aegis-protocol

io.github.im-sham/aegis-protocol·v0.1.1·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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": "<your-aegis_private_key>",
        "AEGIS_API_URL": "<aegis_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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": "<your-aegis_private_key>",
        "AEGIS_API_URL": "<aegis_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @aegis-protocol/mcp-server
§02  Environment variables
AEGIS_CHAIN

Target blockchain (base-sepolia or base)

AEGIS_RPC_URL

Custom RPC endpoint URL

AEGIS_PRIVATE_KEY
secret

Private key for signing transactions (optional, read-only mode if not set)

AEGIS_API_URL

AEGIS REST API relay URL

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other