nex for Gemini CLI
io.github.nex-crm/nex
Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.
client:Gemini CLI
transport:stdio
runtime:npm
Install nex in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nex": {
"command": "npx",
"args": [
"-y",
"@nex-ai/nex"
],
"env": {
"NEX_API_KEY": "<NEX_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs