Connectors
Connectors add external context or tools to a node.
Supported types
- HTTP APIs
- read-only database queries
- configured document retrieval
- web search
- local, remote, and managed MCP tools
- Python and Node SDK tools
Security
- Store credentials in AI connections, connector auth, environment variables, or a secrets manager.
- Database connectors accept one read-only statement and strip SQL comments before validation.
- Managed MCP commands and packages are constrained by
MCP_MANAGED_POLICY_JSON. - Exported bundles strip credential values.
Connector output is merged into node context before the model call.