Anyone using this for Claude Code and Claude Desktop (and Cowork) Simultaneously? #1287
Unanswered
matthewpomar
asked this question in
Q&A
Replies: 1 comment
-
|
This is a good question because shared memory becomes risky very quickly when multiple clients with different roles and contexts all write into the same store. What looks like convenience at first can turn into subtle contamination between sessions that should really stay separate. The most important detail is whether each client is isolated by config and storage namespace, or whether they are all writing into one common memory space. That distinction determines whether the issue is already solvable in setup or needs product-level support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is anyone using this for Claude Code and Claude Desktop (and Cowork) simultaneously and if so, does claude-mem use two difference instances or share a single instance?
If a single instance is shared, is there any problems with cross contamination of memories in a way that is not ideal?
Beta Was this translation helpful? Give feedback.
All reactions