5dive MCP server
Official5dive MCP server
A Model Context Protocol (stdio) server that exposes the 5dive agent-fleet CLI as MCP tools. Point any MCP client (Claude Desktop, Cursor, Cline, or your own) at it to file tasks, inspect and message agents, and read the fleet digest from inside a model context.
It is a thin, honest adapter: every tool shells out to the local 5dive binary's
machine-readable --json surface and returns the result. The CLI does all the
real work, so the server inherits its auth, permissions, and audit log for free.
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: @qelos/better-mcp
Requirements
Node.js >= 18
The
5diveCLI installed and onPATH(curl https://install.5dive.com | 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).
License
MIT
Maintenance
Latest Blog Posts
- 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