Skip to content

flow mcp

Start Model Context Provider (MCP) server for AI assistant integration

Synopsis

Start a Model Context Protocol server that enables AI assistants to interact with your flow executables, workspaces, and configurations through natural language. AI assistants can discover, validate, and execute flow workflows, making your automation platform accessible through conversational interfaces/clients.

This server used stdio for transport. For more information on MCP, see https://modelcontextprotocol.io

shell
flow mcp [flags]

Options

FlagTypeDescription
-h, --helphelp for mcp

Options inherited from parent commands

FlagTypeDescription
-L, --log-levelstringLog verbosity level (debug, info, fatal) (default "info")
--syncSync flow cache and workspaces

See also

  • flow — flow is a command line interface designed to make managing and running development workflows easier.