Yash030's picture
feat: add Python plugin system, multi-agent connect CLI, and MCP tool expansions
26a284a
|
Raw
History Blame Contribute Delete
2.39 kB

agentmemory connect adapters reference

Generated from src/cli/connect/index.ts. Do not edit the block below by hand; run npm run skills:gen after adding or removing an adapter.

agentmemory connect <agent> wires the memory server into a host agent. 17 adapters:

Agent Name Protocol
Antigravity antigravity Using MCP via mcp_config.json. Antigravity replaces Gemini CLI (sunset 2026-06-18).
Claude Code claude-code Using MCP. Hooks are also available, see docs/claude-code.md.
Cline cline Using MCP via ~/.cline/mcp.json (CLI). VS Code users: add the same block via Cline Settings → MCP Servers → Edit JSON.
Codex CLI codex Using MCP. Hooks ship via the Codex plugin; on Codex Desktop, also pass --with-hooks to install the global hooks.json workaround for openai/codex#16430.
Continue continue Using MCP via ~/.continue/config.yaml (preferred) or config.json (legacy, only when no yaml).
GitHub Copilot CLI copilot-cli Using MCP. Install the plugin too for full hooks/skills coverage.
Cursor cursor Using MCP (the only protocol Cursor speaks). Memory bridge runs at :3111 underneath.
Droid (Factory.ai) droid Using MCP via ~/.factory/mcp.json. The /mcp slash command inside droid lists configured servers.
Gemini CLI gemini-cli Using MCP (the only protocol Gemini CLI speaks). Memory bridge runs at :3111 underneath.
Hermes Agent hermes Using MCP. Hooks are also available, see docs/hermes.md.
Kiro kiro Using MCP via ~/.kiro/settings/mcp.json (user-level). Workspace overrides live in .kiro/settings/mcp.json.
OpenClaw openclaw Using MCP. Hooks are also available, see docs/openclaw.md.
OpenHuman openhuman Using native hooks (REST API at :3111). MCP not required.
pi pi Using native hooks (REST API at :3111). MCP not required.
Qwen Code qwen Using MCP via ~/.qwen/settings.json. Qwen Code's hook system can also be wired separately, see docs.
Warp warp Using MCP via ~/.warp/.mcp.json. Skills auto-discover from .claude/skills/ if the Claude Code plugin is also installed.
Zed zed Using MCP via ~/.config/zed/settings.json (key: context_servers).