Prerequisites
Before you connect Claude Code, make sure you have:- An Aegis account at app.runaegis.co
- GitHub connected in Settings → GitHub
- At least one room created in Rooms, you need the room ID and access token from that room
Your user ID is in Settings → Profile. You will need it when filling in the config below.
Config file location
Claude Code reads its MCP configuration from one of two locations depending on how broadly you want Aegis to apply:Setup
1
Open or create your MCP config file
For user-level scope, open
~/.claude/mcp.json. For project-level scope, create a .claude/ folder in your project root and open .claude/mcp.json inside it. If the file does not exist yet, create it.2
Paste the config
Copy the snippet below, replace the four placeholder values with your actual credentials, and save the file.Replace each placeholder:
~/.claude/mcp.json
3
Restart Claude Code
Quit and reopen Claude Code. It will read the updated config on startup and open a persistent SSE connection to Aegis.