Skip to content
Cursor

cursor history for Cursor

io.github.s2thend/cursor-history

MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history

client:Cursor transport:stdio runtime:npm

Install cursor history in Cursor

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

{
  "mcpServers": {
    "cursor-history": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cursor-history-mcp"
      ]
    }
  }
}

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

cursor history in other clients