Skip to content
Cursor

Anamnesis for Cursor

io.github.oscardvs/anamnesis

Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git

client:Cursor transport:stdio runtime:pypi

Install Anamnesis in Cursor

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

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

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

Anamnesis in other clients