You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **💡 Platform Note:** The examples above use Unix/Linux/macOS syntax. For Windows users, see [Environment Variables](#environment-variables) for platform-specific instructions.
118
+
117
119
- For a complete list of configuration options see [Configuration Options](#configuration-options)
118
120
- To configure your Atlas Service Accounts credentials please refer to [Atlas API Access](#atlas-api-access)
119
121
- Connection String via environment variables in the MCP file [example](#connection-string-with-environment-variables)
@@ -147,6 +149,8 @@ docker run --rm -i \
147
149
mongodb/mongodb-mcp-server:latest
148
150
```
149
151
152
+
> **💡 Platform Note:** The examples above use Unix/Linux/macOS syntax. For Windows users, see [Environment Variables](#environment-variables) for platform-specific instructions.
153
+
150
154
##### Option C: With Atlas API credentials
151
155
152
156
```shell
@@ -162,6 +166,8 @@ docker run --rm -i \
162
166
mongodb/mongodb-mcp-server:latest
163
167
```
164
168
169
+
> **💡 Platform Note:** The examples above use Unix/Linux/macOS syntax. For Windows users, see [Environment Variables](#environment-variables) for platform-specific instructions.
170
+
165
171
##### Docker in MCP Configuration File
166
172
167
173
Without options:
@@ -370,6 +376,8 @@ You can combine multiple loggers, e.g. `--loggers disk stderr` or `export MDB_MC
370
376
export MDB_MCP_LOGGERS="disk,stderr"
371
377
```
372
378
379
+
> **💡 Platform Note:** For Windows users, see [Environment Variables](#environment-variables) for platform-specific instructions.
380
+
373
381
##### Example: Set logger via command-line argument
374
382
375
383
```shell
@@ -420,6 +428,8 @@ You can enable read-only mode using:
> **💡 Platform Note:** The examples above use Unix/Linux/macOS syntax. For Windows users, see [Environment Variables](#environment-variables) for platform-specific instructions.
617
+
575
618
#### MCP configuration file examples
576
619
577
620
##### Connection String with command-line arguments
0 commit comments