aegis protocol for Cursor
io.github.im-sham/aegis-protocol
Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.
client:Cursor
transport:stdio
runtime:npm
Install aegis protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs