← Index

io.github.KairosMobius/nexus-memory-mcp

io.github.KairosMobius/nexus-memory-mcp·v1.0.2·Memory & RAG
Quality Score
81
/100

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nexus-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexus-memory-mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<nexus_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nexus-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexus-memory-mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<nexus_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y nexus-memory-mcp
§02  Environment variables
NEXUS_API_KEY

API key for Memory Nexus (get at bot-marketplace-production.up.railway.app or via /v1/trial/start)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG