memory nexus mcp for Cursor
io.github.kairosmobius/memory-nexus-mcp
Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.
client:Cursor
transport:stdio
runtime:npm
Install memory nexus mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory-nexus-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memory-nexus/mcp"
],
"env": {
"NEXUS_API_KEY": "<NEXUS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs