5dive mcp for Cline
io.github.5dive-ai/5dive-mcp
Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.
client:Cline
transport:stdio
runtime:npm
Install 5dive mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs