iFlow Search for Windsurf
io.github.zhengyanglsun/iflow-search
MCP server for iFlow Search web search, image search, and URL fetch tools.
client:Windsurf
transport:stdio
runtime:npm
Install iFlow Search in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"iflow-search": {
"command": "npx",
"args": [
"-y",
"@iflow-ai/search-mcp"
],
"env": {
"IFLOW_API_KEY": "<IFLOW_API_KEY>",
"IFLOW_MCP_CLIENT": "<IFLOW_MCP_CLIENT>",
"IFLOW_MCP_CLIENT_VERSION": "<IFLOW_MCP_CLIENT_VERSION>",
"IFLOW_BASE_URL": "<IFLOW_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs