5dive mcp for Windsurf
io.github.5dive-ai/5dive-mcp
Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.
client:Windsurf
transport:stdio
runtime:npm
Install 5dive mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"5dive-mcp": {
"command": "npx",
"args": [
"-y",
"@5dive/mcp"
],
"env": {
"FIVEDIVE_SUDO": "<FIVEDIVE_SUDO>",
"FIVEDIVE_BIN": "<FIVEDIVE_BIN>",
"FIVEDIVE_TIMEOUT_MS": "<FIVEDIVE_TIMEOUT_MS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs