Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From monomind
Local MCP server for swarm coordination, multi-agent management, and task orchestration with over 40 tools for distributed AI workflows.
npx claudepluginhub monoes/monomind --plugin monomindCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"monomind": {
"command": "npx",
"args": [
"monomind@alpha",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.