Home › Development › 5dive-mcp
5dive-mcp
Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.
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
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry