aegis protocol for Windsurf
io.github.im-sham/aegis-protocol
Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.
client:Windsurf
transport:stdio
runtime:npm
Install aegis protocol in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs