We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad8b16 commit a92fca8Copy full SHA for a92fca8
README.md
@@ -153,8 +153,7 @@ docker run --rm -i \
153
docker run --rm -i \
154
-e MDB_MCP_API_CLIENT_ID="your-atlas-service-accounts-client-id" \
155
-e MDB_MCP_API_CLIENT_SECRET="your-atlas-service-accounts-client-secret" \
156
- -e MDB_MCP_READ_ONLY="true" \
157
- mongodb/mongodb-mcp-server:latest
+ mongodb/mongodb-mcp-server:latest --readOnly
158
```
159
160
##### Docker in MCP Configuration File
0 commit comments