Skip to content
Gemini CLI

yocoolab for Gemini CLI

io.github.jonahbkerr/yocoolab

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

client:Gemini CLI transport:stdio runtime:npm

Install yocoolab 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": {
    "yocoolab": {
      "command": "npx",
      "args": [
        "-y",
        "@yocoolab/mcp-server"
      ],
      "env": {
        "YOCOOLAB_TOKEN": "<YOCOOLAB_TOKEN>",
        "YOCOOLAB_API_URL": "<YOCOOLAB_API_URL>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "YOCOOLAB_BRIDGE_WORKSPACE": "<YOCOOLAB_BRIDGE_WORKSPACE>"
      }
    }
  }
}

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

yocoolab in other clients