@agentmemory/mcp
Standalone MCP server for agentmemory — thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint
pinned to #93ae9bcupdated 3 months ago
Ask your AI client: “install mcps/agentmemory-mcp”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/agentmemory-mcpmetahub onboarded this repo on the author's behalf.
If you own github.com/rohitg00/agentmemory on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
24,963
Last commit
3 months ago
Latest release
published
- #agent
- #agentmemory
- #agents
- #ai
- #claude
- #claudecode
- #codex
- #copilot
- #cursor
- #genai
- #harness
- #hermes
- #mcp
- #memory
- #openclaw
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: agentmemory-mcp
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.93ae9bc· 3 months ago
Kind-specific
3 passed1 warningMCP: @modelcontextprotocol/sdk in dependencieswarn
No @modelcontextprotocol/sdk dependency declared
Run `npm i @modelcontextprotocol/sdk` so consumers can audit your stack.
MCP: launch path
bin: agentmemory-mcp
MCP: ESM package
"type": "module"
MCP: server surface
0 tools
Release history
1- releasecurrent93ae9bcwarn3 months ago
Contents
Standalone MCP server for agentmemory.
This is a thin shim package that re-exposes the standalone MCP entrypoint from
@agentmemory/agentmemory,
so MCP client configs that say npx @agentmemory/mcp work out of the box
without installing the full package first.
Usage
npx -y @agentmemory/mcp
Or wire it into your MCP client (Claude Desktop, OpenClaw, Cursor, Codex, etc.):
{
"mcpServers": {
"agentmemory": {
"command": "npx",
"args": ["-y", "@agentmemory/mcp"]
}
}
}
This package depends on @agentmemory/agentmemory and forwards to its
dist/standalone.mjs entrypoint. If you already have @agentmemory/agentmemory
installed, you can call the same entrypoint directly:
npx @agentmemory/agentmemory mcp
Both commands do the same thing.
Why does this package exist?
The original plan in issue #120
was to publish agentmemory-mcp as an unscoped package, but npm's name-similarity
policy blocks that name because of an unrelated package called agent-memory-mcp.
Publishing under the @agentmemory scope sidesteps the conflict and keeps the
"dedicated standalone package" UX — npx @agentmemory/mcp is one character
longer than npx agentmemory-mcp and works on the live registry.
License
Apache-2.0
Reviews
No reviews yet. Be the first.
Related
Hermes Agent
The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere
@cline/cli
Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more
Nanobot
A lightweight personal AI assistant framework
mh install mcps/agentmemory-mcp