Skip to content
Gemini CLI

drop beacon mcp for Gemini CLI

io.github.direct-web/drop-beacon-mcp

Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.

client:Gemini CLI transport:stdio runtime:npm

Install drop beacon mcp 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": {
    "drop-beacon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "drop-beacon-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "API_KEY": "<API_KEY>"
      }
    }
  }
}

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

drop beacon mcp in other clients