Nex creates a unified knowledge graph for AI agent conversations, allowing information to be shared and recalled across different agents without manual input.
From the registry: Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.
Please install the `nex` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Node.js runtime required for npx (https://nodejs.org/)
- **Nex API key** — Create a free account via `nex register --email you@company.com` or from app.nex.ai/settings/developers (https://app.nex.ai/settings/developers)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@nex-ai/nex","mcp"]
- required environment variables:
- `NEX_API_KEY`: Nex API key (example: `<your-nex-api-key>`)
Note: Cross-agent knowledge graph. Remote HTTP alternative at https://mcp.nex.ai/mcp with Bearer auth.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.NEX_API_KEYrequiredAPI key required for authentication.AI Agents Framework with Self Reflection and MCP support