Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
MongoDBResource exposes a MongoDB connection as a read-only filesystem: databases at the top level, collections inside, individual documents at the leaves.
Setup steps for the connection URI live at MongoDB Credentials.
Node
Browser
mongo_proxy Vite plugin that forwards to a server-side mongodb driver:
Config
| Field | Default | Notes |
|---|---|---|
uri | required | Mongo connection URI. Redacted in snapshots. |
databases | none | Optional allowlist of database names. |
defaultDocLimit | 100 | Default page size for ad-hoc reads. |
defaultSearchLimit | 100 | Default page size for search-style queries. |
maxDocLimit | 10_000 | Hard ceiling per read. |
Mount mode
read.
For the database/collection/document layout see the Python MongoDB docs.