Skip to content
Gemini CLI

DocPull for Gemini CLI

io.github.raintree-technology/docpull

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

client:Gemini CLI transport:stdio runtime:pypi

Install DocPull in Gemini CLI

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

{
  "mcpServers": {
    "docpull": {
      "command": "uvx",
      "args": [
        "docpull"
      ]
    }
  }
}

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

DocPull in other clients