Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-flow
Runs locally via stdio to connect to Flow Nexus cloud-based orchestration platform, providing access to 70+ tools. Requires authentication.
npx claudepluginhub ruvnet/ruflo --plugin ruflo-ruvectorCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"flow-nexus": {
"command": "npx",
"args": [
"flow-nexus@latest",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.