memaxdocs
Integrations

Agent Integrations

Connect Memax to Claude Code, Cursor, Codex, and other MCP-compatible agents.

Memax is agent-agnostic. The primary integration method is MCP (Model Context Protocol) — any MCP-compatible client gets direct tool access to your hub.

Integration methods

MethodSetupBest for
MCP servermemax setup --mcp or configTool-calling agents (recommended)
Hooksmemax setup --hooksClaude Code ambient recall
CLI pipingShell scriptingAny agent, universal fallback
SDKnpm i memax-sdkCustom agent builds in TypeScript / Node

Supported agents

Quick reference

AgentMCPHooksSetup
Claude Codememax setup --only claude-code --all
Cursormemax setup --only cursor --mcp
Codexmemax setup --only codex --mcp
Windsurfmemax setup --only windsurf --mcp
Gemini CLImemax setup --only gemini --all
Copilot CLImemax setup --only copilot --mcp
VS Codememax setup --only vscode --mcp
CustomManual MCP config or SDK

There is no memax setup <agent> positional syntax. Use --only <agent> and feature flags (--mcp, --hooks, --all).