Skip to content
Cursor

nex for Cursor

io.github.nex-crm/nex

Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.

client:Cursor transport:stdio runtime:npm

Install nex 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": {
    "nex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nex-ai/nex"
      ],
      "env": {
        "NEX_API_KEY": "<NEX_API_KEY>"
      }
    }
  }
}

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

nex in other clients