Skip to content
Cursor

nexo for Cursor

io.github.wazionapps/nexo

Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools.

client:Cursor transport:stdio runtime:npm

Install nexo in Cursor

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

{
  "mcpServers": {
    "nexo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nexo-brain"
      ]
    }
  }
}

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

nexo in other clients