Skip to content

rohitg00/agentmemory

v0.8.6 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentmemory agents ai claude claudecode codex
+7 more
copilot cursor genai harness hermes memory openclaw

Summary

AI summary

Standalone 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 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/[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

Track rohitg00/agentmemory

Get notified when new releases ship.

Sign up free

About rohitg00/agentmemory

All releases →

Related context

Beta — feedback welcome: [email protected]