From harmony-plugin
devflow MCP server running a local Node.js process as stdio subprocess. Purpose unclear from configuration alone.
npx claudepluginhub ycomplex/harmony-plugin --plugin harmony-pluginAdd to your .mcp.json:
{
"mcpServers": {
"harmony": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node