Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From hyrex
Core Claude Flow MCP server for swarm coordination, agent management, and task orchestration (40+ tools)
npx claudepluginhub akhilyad/deployyCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hyrex": {
"command": "npx",
"args": [
"hyrex@alpha",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.