Skip to content
Cursor

nexus memory mcp for Cursor

io.github.kairosmobius/nexus-memory-mcp

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

client:Cursor transport:stdio runtime:npm

Install nexus memory mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nexus-memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nexus-memory-mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<NEXUS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nexus memory mcp in other clients