Skip to content
Zed

ask gemini for Zed

io.github.lykhoyda/ask-gemini

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

client:Zed transport:stdio runtime:npm

Install ask gemini in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ask-gemini": {
      "command": "npx",
      "args": [
        "-y",
        "@ask-llm/gemini-mcp"
      ],
      "env": {
        "GMCPT_TIMEOUT_MS": "<GMCPT_TIMEOUT_MS>",
        "GMCPT_LOG_LEVEL": "<GMCPT_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ask gemini in other clients