Skip to content
Cursor

memex for Cursor

io.github.pragneshbagary/memex

Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.

client:Cursor transport:stdio runtime:pypi

Install memex in Cursor

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

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

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

memex in other clients