agentmemory-agents

Configures host coding agents to connect to the agentmemory server via MCP or native hooks.

3|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/Prismaibrowser/prismspace-web --skill agentmemory-agents-prismaibrowser
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentmemory-agents
Source: https://github.com/Prismaibrowser/prismspace-web/tree/main/.agents/skills/agentmemory-agents
Command: npx skills add https://github.com/Prismaibrowser/prismspace-web --skill agentmemory-agents-prismaibrowser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Installing a memory server into a coding agent requires knowing each agent's config file path and protocol, and a wrong path silently breaks the integration. This Skill guides the agentmemory connect <agent> command so the memory server is merged into the correct host config without overwriting existing servers. ## Core Features & Use Cases - 21 Connect Adapters: Supports Claude Code, Cursor, Codex, Gemini CLI, Cline, Kiro, Warp, Zed, and more, each with the correct config path and protocol (MCP or native hooks). - Config Merging: Preserves existing MCP servers in the host config while adding the agentmemory server entry. - Verification Workflow: Detects the calling agent, runs the connect command, and verifies the full tool set appears after an MCP reload. - Use Case: You want Cursor to use agentmemory. Run agentmemory connect cursor, restart Cursor, and confirm the memory tools are listed. ## Quick Start Connect agentmemory to my current coding agent using the connect command and verify the memory tools appear after reloading MCP.

Frequently Asked Questions about agentmemory-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect agentmemory to Claude Code or Cursor?▼

Run `agentmemory connect claude-code` or `agentmemory connect cursor`. The adapter merges the memory server into the host's MCP config, then restart the host or run its MCP reload command so it picks up the new server.

Which coding agents does agentmemory connect support?▼

There are 21 adapters including Claude Code, Cursor, Codex CLI, Gemini CLI, Cline, Kiro, Warp, Zed, Continue, OpenCode, and others. The full list with protocol notes is in REFERENCE.md, generated from the connect CLI source.

Does agentmemory connect work on Windows?▼

Native Windows can run the memory server, but the connect command is not supported there. Use WSL2 on Windows to run connect and wire the host agent configs.

Why does my agent only show 7 agentmemory tools after connecting?▼

Only 7 tools means the MCP shim could not reach a running memory server. Start the agentmemory server first, then reload MCP in the host; see the shared TROUBLESHOOTING.md for details.

Does agentmemory connect overwrite my existing MCP servers?▼

No. The connect command merges the agentmemory server into the host agent's config and preserves any existing servers already defined there.