Urgent.News

What's breaking now, across thousands of outlets.

AI

Why do Cursor and Claude Code both say connected to my memory server and still share nothing?

You write a decision down in Cursor at four in the afternoon: the payments service keeps its own retry table, do not fold it into the queue. At six you open Claude Code on the same repository. The memory server is connected in both editors, and the agent proposes folding the retry table into the queue. You read the memory back from Cursor and the note is there. You read it back from Claude Code…

Cursor and Claude Code both indicate they are "connected to my memory server" yet still share no information. This occurs because the connection is merely a technical link, while actual sharing depends on the account setup. All clients pointing to the same backend are considered connected, but without the same account, no information is exchanged.

For Mnemoverse, the setup step is a single API key. Every client connected to this key shares memory by default. Changing the key creates a separate account, ending sharing. The browser sign-in in VS Code bypasses this key and automatically connects to the same account system.

Cognee offers two modes: Standalone, where each instance has its own database, and API, where instances connect to a shared backend. The former prevents sharing, while the latter allows it. However, Cognee's API Mode shares a single token for all writes, effectively creating one Cognee user account.

Mem0 requires a unique identifier for each user. Two tools using the default identifier will not share memory, as they end up in separate namespaces. Setting a custom identifier enables shared memory across tools.

Supermemory, designed for shared memory, requires each client to select which spaces (identifiers) it can access. If two clients are authorized to different spaces, or have different active spaces, they will not share memory. Supermemory relies on this setup choice to determine sharing.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at dev.to →

More in AI

More from Monday 14 September →