Skip to main content
Glama

HiveFlow MCP Server

create_mcp_server

Register a new MCP server in HiveFlow to connect AI assistants with the automation platform for managing and executing workflows 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" }

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/punkpeye/hiveflow-mcp-server'

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