Integrations
Agent Integrations
Connect Memax to your AI coding agents. Step-by-step guides for Claude Code, Cursor, Codex, Copilot, and more.
Memax integrates with every major AI coding agent. The primary integration method is MCP (Model Context Protocol), which gives agents direct tool access to your knowledge hub.
Integration tiers
Tier 0: Agent Memory Sync → bridge native agent memory to Memax
Tier 1: MCP Server → direct tool access (recommended)
Tier 1b: Native Hooks → ambient context injection
Tier 2: CLI Piping → universal fallback
Tier 3: SDK Embedding → custom agent buildsSupported agents
Claude Code
MCP + hooks. Full push and recall with ambient context.
Cursor
MCP integration via .cursor/mcp.json configuration.
Codex
MCP integration for OpenAI's Codex agent.
Other Agents
Copilot, Windsurf, custom agents — via MCP or CLI piping.
Quick comparison
| Agent | MCP | Hooks | CLI Pipe | Setup |
|---|---|---|---|---|
| Claude Code | Yes | Yes | Yes | memax setup claude-code |
| Cursor | Yes | — | Yes | Manual config |
| Codex | Yes | — | Yes | Manual config |
| Copilot | — | — | Yes | Shell scripting |
| Windsurf | Yes | — | Yes | Manual config |
| Custom | Yes | — | Yes | SDK or CLI |