An agent war room for investigations & escalations — multi-principal coordination for teams running Claude Code, via an MCP server + a turn-start awareness hook.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"caucus": {
"command": "npx",
"args": [
"-y",
"basilmentorcruise/caucus"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add caucus npx -y basilmentorcruise/caucus
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"caucus": {
"command": "npx",
"args": [
"-y",
"basilmentorcruise/caucus"
]
}
}
}
📋 Copy