Skip to content
Gemini CLI

docs2mcp for Gemini CLI

com.docs2mcp/docs2mcp

Query your own PDFs and documents from any MCP client. Every answer cites the page it came from.

client:Gemini CLI transport:streamable-http

Install docs2mcp in Gemini CLI

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

{
  "mcpServers": {
    "docs2mcp": {
      "httpUrl": "https://mcp.docs2mcp.com/mcp"
    }
  }
}

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

docs2mcp in other clients