5dive MCP server
OfficialThe 5dive MCP server exposes the 5dive agent-fleet CLI as MCP tools, allowing you to manage tasks, communicate with agents, and monitor fleet activity from any MCP-compatible client (e.g. Claude Desktop).
Create tasks (
task_create): File new tasks in the shared queue with a title, body, priority (low/medium/high/urgent), assignee, and optional parent task for nesting.View task details (
task_show): Fetch full details for a specific task by ID, including status, priority, body, result, subtasks, and blockers.List tasks (
task_list): Browse tasks in the shared queue, defaulting to open tasks in priority order, with filtering by status (todo, in_progress, blocked, done) or assignee.Send messages to agents (
agent_send): Send a direct message to another agent on the fleet by name for inter-agent communication.List agents (
agent_list): View all agents on the fleet, including their name, type, channels, model, and live state.Get fleet digest (
digest_get): Retrieve the fleet's daily or weekly standup digest covering activity, token usage, and health.
5dive MCP server
Expose the 5dive agent-fleet CLI as Model Context Protocol tools. Point any MCP client (Claude Desktop, Cursor, Cline, or your own) at this stdio server to file tasks, inspect and message agents, and read the fleet digest — directly from inside a model context.
5dive is the CLI + control plane for running a fleet of
autonomous coding agents as a self-governing company. This server is a thin,
honest adapter: every tool shells out to the local 5dive binary's
machine-readable --json surface and returns the result — so it inherits the
CLI's auth, permissions, and audit log for free, and never handles secrets itself.
Tools
Tool | Wraps | What it does |
|
| File a task in the shared queue (title, body, priority, assignee, parent). |
|
| Full detail for one task by id (status, body, result, subtasks, blockers). |
|
| List tasks (open by default; filter by status / assignee). |
|
| Send a message to another agent on the fleet. |
|
| List every agent: type, channels, model, live state. |
|
| Fleet daily standup digest ( |
Related MCP server: fallelder-mcp
Requirements
Node.js >= 18
The
5diveCLI installed and onPATH(curl https://install.5dive.ai | sudo bash).
Install & run
npx @5dive/mcp # run directly
# or
npm i -g @5dive/mcp && 5dive-mcpClient config (Claude Desktop / Cursor / Cline)
{
"mcpServers": {
"5dive": {
"command": "npx",
"args": ["-y", "@5dive/mcp"],
"env": { "FIVEDIVE_SUDO": "1" }
}
}
}Configuration (env vars)
Var | Default | Purpose |
|
| Path to the 5dive binary. |
| (unset) | Set to |
|
| Per-call timeout in milliseconds. |
Safety
Arguments are passed to the CLI as an argv array with no shell, so tool input can never be interpreted as shell syntax. The server never sees secrets: the CLI reads its own credentials from the box.
Scope
This mirrors a curated slice of the CLI (tasks, agents, digest), not its full
surface. It is a distribution and convenience layer, not a new API. For
everything else, use the 5dive CLI directly (5dive --help). Full docs: https://5dive.ai/docs/5dive-cli
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceMCP stdio bridge for the Delx Protocol: continuity, witness, recovery, ontology and passport tools.100275MIT
- Alicense-qualityCmaintenanceMCP stdio server wrapping the fallelder SDK for sovereign, offline-capable, cryptographically signed operations, accessible via autonomous agents.MIT
- AlicenseAqualityBmaintenanceA terminal-independent MCP runtime for CLI agents, enabling orchestration of CLI processes via a background daemon and any MCP client.6MIT
- FlicenseBqualityAmaintenancemcp-agent-ops is a local stdio MCP server for deterministic agent-development operations that otherwise cause repeated shell and generated Python calls.25
Related MCP Connectors
Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
MCP tools for TON Sites, TON DNS and TON Storage.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/5dive-ai/5dive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server