Skip to content
Gemini CLI

cursor history for Gemini CLI

io.github.s2thend/cursor-history

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

client:Gemini CLI transport:stdio runtime:npm

Install cursor history in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

cursor history in other clients