Skip to content
Gemini CLI

Thoth for Gemini CLI

io.github.ahmedeid1/thoth

Read-only MCP over an agentic SLR workspace with per-claim citation verification

client:Gemini CLI transport:streamable-http

Install Thoth in Gemini CLI

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

{
  "mcpServers": {
    "thoth": {
      "httpUrl": "https://thoth-slr.vercel.app/api/mcp/mcp"
    }
  }
}

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

Thoth in other clients