github rohitg00/agentmemory v0.8.6
v0.8.6 — @agentmemory/mcp shim ships (scoped)

latest releases: v0.8.9, v0.8.8, v0.8.7...
one day ago

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 unscoped agentmemory-mcp, but npm's name-similarity policy rejects that name because of an unrelated third-party package called agent-memory-mcp. The shim now lives under the scope we already own, so npx -y @agentmemory/mcp works 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] in src/mcp/standalone.ts and src/mcp/in-memory-kv.ts.
  • Bin name kept as agentmemory-mcp so npm i -g @agentmemory/mcp still drops a binary at agentmemory-mcp on your PATH.

Fixed

  • Shim version bump was missed in 0.8.5packages/mcp/package.json was still pinned at 0.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/mcp

Update 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

Don't miss a new agentmemory release

NewReleases is sending notifications on new releases.