Odel
5dive mcp

5dive mcp

Local
@5dive-aiJavaScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@5dive/mcpv0.1.2

Run

npx -y @5dive/mcp

MCP client config

{
  "mcpServers": {
    "5dive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@5dive/mcp"
      ]
    }
  }
}