Skip to main content
Glama

McFlow

start

Launch the n8n automation server on a specified port with optional tunnel for webhook testing, replacing the standard n8n start command.

Instructions

Start n8n server - replaces "n8n start" command

Input Schema

NameRequiredDescriptionDefault
portNoPort to run n8n on (default: 5678)
tunnelNoEnable tunnel for webhook testing

Input Schema (JSON Schema)

{ "properties": { "port": { "description": "Port to run n8n on (default: 5678)", "type": "number" }, "tunnel": { "description": "Enable tunnel for webhook testing", "type": "boolean" } }, "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/mckinleymedia/mcflow-mcp'

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