This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryStandalone MCP shim renamed to @agentmemory/mcp to resolve npm name collision.
Full changelog
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/[email protected]
# 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
Breaking Changes
- Standalone MCP shim renamed from `agentmemory-mcp` to scoped `@agentmemory/mcp`
- Package directory renamed from `packages/agentmemory-mcp/` to `packages/mcp/`
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rohitg00/agentmemory
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]