HomeDevelopment › 5dive-mcp

5dive-mcp

Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-08-12 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y @5dive/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "5dive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@5dive/[email protected]"
      ],
      "env": {
        "FIVEDIVE_SUDO": "<YOUR_VALUE>",
        "FIVEDIVE_BIN": "<YOUR_VALUE>",
        "FIVEDIVE_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIVEDIVE_SUDO — Set to 1 to prefix CLI calls with sudo (managed 5dive boxes need root).
  • FIVEDIVE_BIN — Path to the 5dive binary (default: 5dive on PATH).
  • FIVEDIVE_TIMEOUT_MS — Per-call timeout in milliseconds (default: 30000).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry