One shared memory for all your AI coding agents (Claude Code, Codex, any MCP client) via a single MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shared-agent-memory": {
"command": "npx",
"args": [
"-y",
"dan-calin/shared-agent-memory"
]
}
}
}
Run in terminal:
claude mcp add shared-agent-memory npx -y dan-calin/shared-agent-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"shared-agent-memory": {
"command": "npx",
"args": [
"-y",
"dan-calin/shared-agent-memory"
]
}
}
}