Skip to content
Gemini CLI

Dr.Deploy for Gemini CLI

io.github.dr-deploy/drdeploy-mcp

MCP tools for drdeploy: scan deployed sites, list, get findings, check status.

client:Gemini CLI transport:stdio runtime:npm

Install Dr.Deploy in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "drdeploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@drdeploy/mcp"
      ],
      "env": {
        "DRDEPLOY_TOKEN": "<DRDEPLOY_TOKEN>",
        "DRDEPLOY_API_HOST": "<DRDEPLOY_API_HOST>"
      }
    }
  }
}

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

Dr.Deploy in other clients