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 925e1ee commit 034d938Copy full SHA for 034d938
README.md
@@ -168,9 +168,10 @@ Without options:
168
"args": [
169
"run",
170
"--rm",
171
+ "-e",
172
+ "MDB_MCP_READ_ONLY=true",
173
"-i",
174
"mongodb/mongodb-mcp-server:latest",
- "--readOnly"
175
]
176
}
177
@@ -211,11 +212,12 @@ With Atlas API credentials:
211
212
213
214
"-e",
215
216
217
"MDB_MCP_API_CLIENT_ID=your-atlas-service-accounts-client-id",
218
219
"MDB_MCP_API_CLIENT_SECRET=your-atlas-service-accounts-client-secret",
220
221
222
223
0 commit comments