flow nexus for Cursor
io.github.ruvnet/flow-nexus
Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation
client:Cursor
transport:stdio
runtime:npm
Install flow nexus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"flow-nexus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flow-nexus"
],
"env": {
"FLOW_NEXUS_API_KEY": "<FLOW_NEXUS_API_KEY>",
"FLOW_NEXUS_BASE_URL": "<FLOW_NEXUS_BASE_URL>",
"E2B_API_KEY": "<E2B_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs