MongoDB document database connector.
Host URL β MongoDB server network address.
Port β Connection port (default: 27017, omit for SRV protocol).
Database β Target database name.
Username β MongoDB user account (if authentication enabled).
Password β Authentication credential (if authentication enabled).
Use SRV β Enable SRV protocol for DNS-based discovery (for Atlas clusters).
Connection String β Complete MongoDB URI (overrides individual parameters).
Collection Name β Target collection for operations.
Fields to Include β Projection fields for query results.
Query β Filter criteria for record selection.
Note: Connection string takes precedence over individual parameters when provided.
Last updated 12 days ago
# Standard format mongodb://username:password@host:port/database # SRV format (for Atlas) mongodb+srv://username:password@host/database