MCP (Model Context Protocol) lets a flow connect to any MCP server and automatically expose whatever that server offers as callable tools — no custom integration code per server.
What it can do
- Six pre-built connectors — Sequential Thinking, GitHub, Slack, Supergateway, Brave Search, and PostgreSQL, ready to use.
- Custom MCP — connect to any other MCP server by its remote URL and
headers, including credentials injected via
{{$vars.name}}. - Auto-discovery — once connected, the server's own actions are exposed to the agent automatically, without hand-defining each one.
Good to know
This is the programmatic/developer-facing edge of the platform — most flows never need it, but it's there for connecting Flowera to tools and internal systems that speak MCP directly.
