Skip to content
Zed

gemini for Zed

io.github.houtini-ai/gemini

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

client:Zed transport:stdio runtime:npm

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

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

gemini in other clients