Skip to content
Cursor

cuemap mcp for Cursor

io.github.cuemap-dev/cuemap-mcp

Local memory and context retrieval for AI agents through CueMap.

client:Cursor transport:stdio runtime:npm

Install cuemap mcp in Cursor

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

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

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

cuemap mcp in other clients