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
{
"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