MongoDB
Where to get a MongoDB connection string and how to connect it to Nora.MongoDB integrations expect a single connection string that encodes host, port, credentials, and database. The string is treated as a sensitive value (encrypted at rest) and exposed to the agent as the
MONGODB_URI env var.
Where to apply for credentials
For Atlas, the format is:
Connect in Nora
1
Open the MongoDB integration
From an agent’s detail page, open the Integrations tab and find MongoDB.
2
Paste the connection string
Paste the full URI into the Connection String field. Test it locally first with
mongosh or
your driver — Nora doesn’t dial out from the control plane.3
Connect
Click Connect. Nora parses the URI to confirm it uses
mongodb:// or mongodb+srv:// and stores it encrypted.
