5dive mcp for Cursor
io.github.5dive-ai/5dive-mcp
Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install 5dive mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"5dive-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@5dive/mcp"
],
"env": {
"FIVEDIVE_SUDO": "<FIVEDIVE_SUDO>",
"FIVEDIVE_BIN": "<FIVEDIVE_BIN>",
"FIVEDIVE_TIMEOUT_MS": "<FIVEDIVE_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs