← Back to browse

5dive-mcp

Indexed by io.github.5dive-ai

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFIVEDIVE_SUDO FIVEDIVE_BIN FIVEDIVE_TIMEOUT_MS
Claude Code
claude mcp add --env FIVEDIVE_SUDO= --env FIVEDIVE_BIN= --env FIVEDIVE_TIMEOUT_MS= 5dive-mcp -- npx @5dive/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"5dive-mcp","command":"npx","args":["@5dive/mcp"],"env":{"FIVEDIVE_SUDO":"","FIVEDIVE_BIN":"","FIVEDIVE_TIMEOUT_MS":""}}'
JSON
{
  "mcpServers": {
    "5dive-mcp": {
      "command": "npx",
      "args": [
        "@5dive/mcp"
      ],
      "env": {
        "FIVEDIVE_SUDO": "",
        "FIVEDIVE_BIN": "",
        "FIVEDIVE_TIMEOUT_MS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.