Skip to content
Gemini CLI

Quorel for Gemini CLI

io.github.var-raphael/quorel

Turn any public website into a clean, versioned, queryable API — with native MCP support.

client:Gemini CLI transport:sse

Install Quorel in Gemini CLI

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

{
  "mcpServers": {
    "quorel": {
      "url": "https://quorel.onrender.com/mcp/sse"
    }
  }
}

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

Quorel in other clients