From hive
Local stdio MCP server named 'hive', launched via Node.js script './scripts/launch-hive-mcp.mjs'. Capabilities and purpose unclear from configuration alone.
npx claudepluginhub tctinh/agent-hive --plugin hiveAdd to your .mcp.json:
{
"mcpServers": {
"hive": {
"command": "node",
"args": [
"./scripts/launch-hive-mcp.mjs"
]
}
}
}node