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
{
"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