Skip to content
Zed

MCP Gemini for Zed

io.github.crunchtools/gemini

MCP server for Google Gemini AI - text, image, video, research, and more

client:Zed transport:stdio runtime:pypi

Install MCP Gemini in Zed

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

{
  "context_servers": {
    "gemini": {
      "command": "uvx",
      "args": [
        "mcp-gemini-crunchtools"
      ]
    }
  }
}

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

MCP Gemini in other clients