Skip to content
Cursor

Project Memory for Cursor

io.github.dankaro-projects/project-memory

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

client:Cursor transport:stdio runtime:pypi

Install Project Memory in Cursor

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

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

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

Project Memory in other clients