MongoDB
Connect MongoDB to access databases, collections, and query data through Cendriix agents.
Overview
| Auth method | Connection String |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the MongoDB integration
- Enter your MongoDB connection string
- Once configured, database data becomes available
Getting your connection string
- Go to MongoDB Atlas → Clusters
- Click Connect on your cluster
- Choose Connect your application
- Copy the connection string and replace
<password>with your credentials
Capabilities
Once connected, Cendriix agents can:
- Read collections and documents
- Access database schemas and indexes
- Reference document data for analysis workflows
Security notes
- Use a dedicated database user with read-only permissions
- Ensure IP allowlist includes the Cendriix service IP
- Connection strings are stored encrypted in AWS Secrets Manager
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on