@echoo19/hive-mcp
v0.2.0
Published
MCP server for discovering and installing Hive agent tools
Readme
@echoo19/hive-mcp
MCP server for discovering and installing Hive agent tools.
Install
npm install -g @echoo19/hive-mcpConfigure
Add to your agent's MCP config:
{
"mcpServers": {
"hive": { "command": "hive-mcp" }
}
}Tools
discover(intent)— find tools by describing what you want to buildinstall(slug)— install a tool by its Hive catalog sluglist()— see what's currently installed
