hive-memory

hivemem-dev/hive-memory
★ 0 stars JavaScript AI/LLM Updated today
Universal MCP memory server: personal + shared memory across any MCP-compatible agent (Claude Code, Cursor, Codex CLI)
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": {
    "hive-memory": {
      "command": "npx",
      "args": [
        "-y",
        "hivemem-dev/hive-memory"
      ]
    }
  }
}