Skip to content
Cursor

neuromcp for Cursor

io.github.adelelo13/neuromcp

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

client:Cursor transport:stdio runtime:npm

Install neuromcp in Cursor

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

{
  "mcpServers": {
    "neuromcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "neuromcp"
      ]
    }
  }
}

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

neuromcp in other clients