Universal MCP memory server: personal + shared memory across any MCP-compatible agent (Claude Code, Cursor, Codex CLI)
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"
]
}
}
}
Run in terminal:
claude mcp add hive-memory npx -y hivemem-dev/hive-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"hive-memory": {
"command": "npx",
"args": [
"-y",
"hivemem-dev/hive-memory"
]
}
}
}