Skip to content
Gemini CLI

feedthrough for Gemini CLI

io.github.feedthrough/feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

client:Gemini CLI transport:stdio runtime:npm

Install feedthrough 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": {
    "feedthrough": {
      "command": "npx",
      "args": [
        "-y",
        "@feedthrough/mcp"
      ],
      "env": {
        "FEEDTHROUGH_PORT": "<FEEDTHROUGH_PORT>",
        "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
      }
    }
  }
}

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

feedthrough in other clients