SearchHub for Windsurf
io.github.woodcoal/searchhub
Aggregate Serper, Tavily, Exa and AnySearch behind one MCP-ready API with key rotation and quotas.
client:Windsurf
transport:stdio
runtime:npm
Install SearchHub in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"searchhub": {
"command": "npx",
"args": [
"-y",
"searchhub"
],
"env": {
"SEARCHHUB_HOME": "<SEARCHHUB_HOME>",
"SEARCHHUB_SECRET": "<SEARCHHUB_SECRET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs