Skip to content
Zed

SearchHub for Zed

io.github.woodcoal/searchhub

Aggregate Serper, Tavily, Exa and AnySearch behind one MCP-ready API with key rotation and quotas.

client:Zed transport:stdio runtime:npm

Install SearchHub 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": {
    "searchhub": {
      "command": "npx",
      "args": [
        "-y",
        "searchhub"
      ],
      "env": {
        "SEARCHHUB_HOME": "<SEARCHHUB_HOME>",
        "SEARCHHUB_SECRET": "<SEARCHHUB_SECRET>"
      }
    }
  }
}

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

SearchHub in other clients