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, and optional arguments, enabling integration of AI assistants for managing automation workflows.

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

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