shared-agent-memory

dan-calin/shared-agent-memory
★ 0 stars JavaScript AI/LLM Updated 13d ago
One shared memory for all your AI coding agents (Claude Code, Codex, any MCP client) via a single MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}