How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are suppor
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-agentmemory-agents-c6316846c5b8 ,按照其中的说明把「agentmemory-agents」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
agentmemory connect <agent> merges the memory server into a host agent's config and preserves any existing servers. REST is the underlying protocol; for MCP-only hosts the adapter wires the stdio MCP bridge.
agentmemory connect claude-code # or cursor, codex, gemini-cli, ...
After wiring, restart the host or run its MCP reload (for example /mcp in Claude Code) so it picks up the server. Then confirm the agent lists agentmemory's tools.
claude-code.agentmemory connect <name> using a name from the table in REFERENCE.md.npx skills add rohitg00/agentmemory. connect makes tools available; skills teach the agent when to use them.connect is not supported there.The full adapter list with display names and protocol notes lives in REFERENCE.md, generated from src/cli/connect/.