nex for VS Code
io.github.nex-crm/nex
Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.
client:VS Code
transport:stdio
runtime:npm
Install nex in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "nex-api-key",
"description": "NEX_API_KEY",
"password": true
}
],
"servers": {
"nex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nex-ai/nex"
],
"env": {
"NEX_API_KEY": "${input:nex-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs