custom_mcpTo use a Custom MCP server, create a Connector with the following fields:
| Field | Required | Description |
|---|---|---|
instance_name | Yes | Display name for this connector instance |
runtime_mode | Yes | Runtime mode: direct (backend direct connection) or bridge (via Castrel Proxy) |
base_url | No | MCP endpoint URL (required when runtime_mode=direct) |
transport_type | No | Transport type: streamable_http (default) or sse |
bridge_client_id | No | Paired Castrel Proxy node client_id (required when runtime_mode=bridge) |
bridge_server_name | No | MCP server name on the Castrel Proxy side (recommended when runtime_mode=bridge) |
headers | No | Custom HTTP headers appended to requests (for authentication) |
After connecting, the Custom MCP connector automatically discovers all tools exposed by the server — no manual configuration needed.