Docs

Claude Code

Point Claude Code at the same Project Brain used by Codex, ChatGPT and API clients.

Use Connect AI to create a Connection key and keep context pulls explicit at session start.

MCP config

{
  "mcpServers": {
    "aicontextbase": {
      "command": "acb-mcp",
      "args": [],
      "env": {
        "ACB_API_URL": "https://aicontextbase.com",
        "ACB_AGENT_KEY": "your-connection-key",
        "ACB_PROJECT_SLUG": "your-project"
      }
    }
  }
}

CLAUDE.md snippet

# ACB integration

Before starting a task:
1. Call get_project_context for the current project.
2. Use the returned context as the active project truth.

After work:
1. Call record_task_summary.
2. Suggest durable facts with suggest_memory_update.
3. Do not claim memory was saved unless ACB returned success.

Daily flow

Pull context, do the work, send a task summary and route uncertain changes to Needs review.