gsearch for Zed
io.github.daanielcruz/gsearch
Free Google Search with inline citations for any MCP-compatible AI tool.
client:Zed
transport:stdio
runtime:npm
Install gsearch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gsearch": {
"command": "npx",
"args": [
"-y",
"@daanielcruz/gsearch-mcp"
],
"env": {
"GSEARCH_PROJECT": "<GSEARCH_PROJECT>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"GSEARCH_API_KEY": "<GSEARCH_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs