Finishes the #120 story: a dedicated standalone package for npx, minus the name-collision problem.
Changed
- Standalone MCP shim is now
@agentmemory/mcp— 0.8.5 tried to publish it as unscopedagentmemory-mcp, but npm's name-similarity policy rejects that name because of an unrelated third-party package calledagent-memory-mcp. The shim now lives under the scope we already own, sonpx -y @agentmemory/mcpworks on the live registry. All README snippets, the OpenClaw and Hermes guides, and the Cursor/Codex/Claude-Desktop/OpenCode/Gemini-CLI config examples have been updated to use the scoped name. - Package directory renamed
packages/agentmemory-mcp/→packages/mcp/. Workflow updated. - Log prefix
[agentmemory-mcp]→[@agentmemory/mcp]insrc/mcp/standalone.tsandsrc/mcp/in-memory-kv.ts. - Bin name kept as
agentmemory-mcpsonpm i -g @agentmemory/mcpstill drops a binary atagentmemory-mcpon your PATH.
Fixed
- Shim version bump was missed in 0.8.5 —
packages/mcp/package.jsonwas still pinned at0.8.4. It now tracks the main package and depends on@agentmemory/agentmemory: ~0.8.6.
Upgrade
npm install @agentmemory/agentmemory@0.8.6
# or standalone:
npx -y @agentmemory/mcpUpdate your MCP client config from args: [\"-y\", \"agentmemory-mcp\"] to args: [\"-y\", \"@agentmemory/mcp\"]. One character longer, works on the live registry.
Full changelog: v0.8.5...v0.8.6