What is the io.github.ruvnet/flow-nexus MCP server?
Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation
How to install io.github.ruvnet/flow-nexus
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
FLOW_NEXUS_API_KEYsecretAPI key for Flow Nexus authentication
FLOW_NEXUS_BASE_URLBase URL for Flow Nexus API
E2B_API_KEYsecretE2B API key for sandbox creation
ANTHROPIC_API_KEYsecretAnthropic API key for Claude integration
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"flow-nexus": {
"command": "npx",
"args": [
"-y",
"flow-nexus"
],
"env": {
"FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
"FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
"E2B_API_KEY": "<YOUR_E2B_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"flow-nexus": {
"command": "npx",
"args": [
"-y",
"flow-nexus"
],
"env": {
"FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
"FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
"E2B_API_KEY": "<YOUR_E2B_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"flow-nexus": {
"command": "npx",
"args": [
"-y",
"flow-nexus"
],
"env": {
"FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
"FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
"E2B_API_KEY": "<YOUR_E2B_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"flow-nexus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flow-nexus"
],
"env": {
"FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
"FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
"E2B_API_KEY": "<YOUR_E2B_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Claude Code
claude mcp add flow-nexus --env FLOW_NEXUS_API_KEY=<YOUR_FLOW_NEXUS_API_KEY> --env FLOW_NEXUS_BASE_URL=<YOUR_FLOW_NEXUS_BASE_URL> --env E2B_API_KEY=<YOUR_E2B_API_KEY> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- npx -y flow-nexusRelated MCP servers
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
View repository →Neural network swarm orchestration with WebAssembly acceleration and MCP integration
View repository →