/mcp) in the Console. The page title is MCP connectors.
Catalog vs instance
| Term | Meaning |
|---|---|
| MCP server (catalog) | Platform-wide definition — adapter slug, tool list, config schema |
| MCP instance | Your project’s installed copy with config profiles, env, and connection wiring |
Installing an instance
Open MCP connectors
Go to MCP in the sidebar (
/mcp). Browse Platform catalog servers or your installed instances.Add an instance
On a catalog server row, click Add instance (or open the platform marketplace modal). First-party platform servers create a workspace instance you own.
Open instance config
Open Instance config (
/mcp/instances/{instance_id}). Description: “Pick a profile, connect credentials, then save. Workflows use the profile you mark active.”Wire a connection
On the active config profile, select a connection in the credential /
source_spec wiring. For Google and WhatsApp, use the embedded connect flows when offered.Using instances in workflows
In Workflow Studio (/workflow/{id}), add an mcp_call step and select:
- The instance (saved as
instance_id+server_urlon the step) - The tool name from the instance’s tool catalog
- tool_args — static values or template variables (
{{input.*}},{{steps.step-id.result.*}})
Importing shared graphs
When you Import a workflow JSON from another workspace or a template:- Studio previews the graph (fit-to-screen).
- MCP steps grouped by
server_urlshow connection status for your workspace. - Pick an existing instance, Create instance, or connect credentials for servers you have not installed yet.
- Unknown servers must be added from MCP before import can complete.
server_url (portable). instance_id values from the source workspace are remapped on import.
Connection overrides (API)
Workflow-level overrides (PUT /v1/workflows/{id}/connection-overrides) let one graph target different credentials per environment. Configure via API today; see API reference.