← Index

io.github.nex-crm/nex

io.github.nex-crm/nex·v1.0.0·Memory & RAG
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nex": {
      "command": "npx",
      "args": [
        "-y",
        "@nex-ai/nex"
      ],
      "env": {
        "NEX_API_KEY": "<your-nex_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nex": {
      "command": "npx",
      "args": [
        "-y",
        "@nex-ai/nex"
      ],
      "env": {
        "NEX_API_KEY": "<your-nex_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @nex-ai/nex
§02  Environment variables
NEX_API_KEY
secret

Your Nex API key. Sign up at https://nex.ai or use the 'register' tool to get one.

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