Supermemory changelog

Claude Code, Cursor, and OpenCode plugins are now free #

The Claude Code, Cursor, and OpenCode memory plugins no longer require a paid plan. Connect one with any Supermemory account — free tier included — and your agent keeps persistent memory across sessions and projects, within your plan's usage.

Improvements

Existing scoped API keys work with v4 conversations #

Scoped API keys that can add memories can now call the v4 conversations endpoint with the same container-tag and write-access protections as memory ingestion.

Improvement

  • Scoped API keys that can add memories now work with POST /v4/conversations, so conversation ingestion can be limited to approved container tags without requiring a full-access key.
  • Existing scoped keys with memory-ingestion access inherit the conversations endpoint automatically because conversations follow the same access rules as add.

Better memories on the self-hosted server #

The self-hosted server now turns your documents into richer, more reliable memories, and uploads spend less time queued before they become searchable.

Improvements

  • Search on the local server now understands time, so you can ask for memories from last week or a specific period.
  • The local profile endpoint now returns memories organized into buckets instead of a flat list.
  • Search results now rank the memories you saved directly above inferred ones, which stay available further down.
  • PDF and spreadsheet uploads are now handled more predictably.
  • Telemetry can be turned off completely by setting SUPERMEMORY_DISABLE_TELEMETRY=1.
  • Upgrade with supermemory-server upgrade, or read the full release notes on GitHub.

Pluggable embeddings for the self-hosted server #

Choose the embedding model your local server uses: the built-in local model, OpenAI, any OpenAI-compatible endpoint, or Google.

Improvements

  • Pick a provider at first boot or set it with SUPERMEMORY_EMBEDDING_* environment variables; the server locks the choice so all vectors stay consistent.
  • Existing installs upgrade safely and keep their original local embedding model.
  • Switching to a different model with the same dimensions stops with a clear error instead of mixing incompatible vectors.
  • Upgrade with supermemory-server upgrade, or read the full release notes on GitHub.