Skip to content
Cursor

Droste for Cursor

io.github.lorismascio17/droste-memory

Local code-memory graph for AI coding agents.

client:Cursor transport:stdio runtime:pypi

Install Droste in Cursor

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

{
  "mcpServers": {
    "droste-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "droste-memory"
      ]
    }
  }
}

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

Droste in other clients