Overview
Aegis ships an MCP server entrypoint (aegis-mcp) that exposes memory tools and read-only resources.
Exposed MCP tools
add_memoryquery_memorycross_agent_queryvote_memoryadd_reflectionupdate_sessionlist_features
Exposed MCP resources
aegis://memories/recentaegis://session/stateaegis://features/status
1) Install and configure
2) Claude Code setup
Add the Aegis MCP server in your Claude Code MCP config (example):aegis-memory and run a smoke command such as querying memories.
3) IDE MCP client setup
Most IDE integrations (Cursor, Continue, Cline, Windsurf, Roo Code) use the same stdio MCP shape: a command and optional env. Use this generic server block:Suggested first checks
- Call
list_featuresfor namespacedefault. - Call
query_memorywith a short query andtop_k=3. - Read
aegis://features/status.
- Aegis API server is reachable from the IDE host.
AEGIS_API_KEYmatches server configuration.- The MCP client can execute
aegis-mcpfrom your active Python environment.