Skip to content
Cursor

neural memory for Cursor

io.github.nhadaututtheky/neural-memory

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

client:Cursor transport:stdio runtime:npm

Install neural memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "neural-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "neural-memory-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

neural memory in other clients