nexus memory mcp for VS Code
io.github.kairosmobius/nexus-memory-mcp
Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.
client:VS Code
transport:stdio
runtime:npm
Install nexus memory mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "nexus-api-key",
"description": "NEXUS_API_KEY",
"password": true
}
],
"servers": {
"nexus-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nexus-memory-mcp"
],
"env": {
"NEXUS_API_KEY": "${input:nexus-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