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
{
"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