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