Skip to content
Cursor

claudex for Cursor

io.github.kunwar-shah/claudex

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

client:Cursor transport:stdio runtime:npm

Install claudex in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "claudex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kunwarshah/claudex"
      ],
      "env": {
        "PROJECT_ROOT": "<PROJECT_ROOT>"
      }
    }
  }
}

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

claudex in other clients