io.github.ruvnet/flow-nexus✓
io.github.ruvnet/flow-nexus · v0.1.121
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.ruvnet/flow-nexus",
"description": "Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation",
"repository": {
"url": "https://github.com/ruvnet/flow-nexus",
"source": "github"
},
"version": "0.1.121",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "flow-nexus",
"version": "0.1.121",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Flow Nexus authentication",
"format": "string",
"isSecret": true,
"name": "FLOW_NEXUS_API_KEY"
},
{
"description": "Base URL for Flow Nexus API",
"format": "string",
"name": "FLOW_NEXUS_BASE_URL"
},
{
"description": "E2B API key for sandbox creation",
"format": "string",
"isSecret": true,
"name": "E2B_API_KEY"
},
{
"description": "Anthropic API key for Claude integration",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}