From maestro
Local stdio MCP server running Node.js maestro-server.js script. Capabilities and tools unclear from key, command, and lack of env vars.
npx claudepluginhub josstei/maestro-orchestrate --plugin maestroAdd to your .mcp.json:
{
"mcpServers": {
"maestro": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/maestro-server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node${CLAUDE_PLUGIN_ROOT}Share bugs, ideas, or general feedback.