Skip to main content
Glama

HiveFlow MCP Server

Official
by hiveflowai

create_mcp_server

Register a new MCP server in HiveFlow by specifying a unique name, command, arguments, and description. Integrate AI assistants like Claude or Cursor to manage and execute automation flows through natural language commands.

Instructions

Registra un nuevo servidor MCP en HiveFlow

Input Schema

NameRequiredDescriptionDefault
argsNoArgumentos del comando
commandYesComando para ejecutar el servidor
descriptionNoDescripción del servidor
nameYesNombre único del servidor MCP

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Argumentos del comando", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Comando para ejecutar el servidor", "type": "string" }, "description": { "description": "Descripción del servidor", "type": "string" }, "name": { "description": "Nombre único del servidor MCP", "type": "string" } }, "required": [ "name", "command" ], "type": "object" }
Install Server

Other Tools from HiveFlow MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hiveflowai/hiveflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server