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 3cd798b commit 2456bfdCopy full SHA for 2456bfd
README.md
@@ -153,7 +153,8 @@ 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
- mongodb/mongodb-mcp-server:latest --readOnly
+ -e MDB_MCP_READ_ONLY="true" \
157
+ mongodb/mongodb-mcp-server:latest
158
```
159
160
##### Docker in MCP Configuration File
0 commit comments