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
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
268
268
|`connectionString`| MongoDB connection string for direct database connections. Optional, if not set, you'll need to call the `connect` tool before interacting with MongoDB data. |
269
269
|`logPath`| Folder to store logs. |
270
270
|`disabledTools`| An array of tool names, operation types, and/or categories of tools that will be disabled. |
271
-
|`readOnly`| When set to true, only allows read, connect, and metadata operation types, disabling create/update/delete operations. |
271
+
|`readOnly`| When set to true, only allows read, connect, and metadata operation types, disabling create/update/delete operations. |
272
272
|`indexCheck`| When set to true, enforces that query operations must use an index, rejecting queries that perform a collection scan. |
273
273
|`telemetry`| When set to disabled, disables telemetry collection. |
274
274
@@ -346,7 +346,6 @@ To use the Atlas API tools, you'll need to create a service account in MongoDB A
346
346
> **ℹ️ Note:** For a detailed breakdown of the minimum required permissions for each Atlas operation, see the [Atlas API Permissions](#atlas-api-permissions) section below.
347
347
348
348
1.**Create a Service Account:**
349
-
350
349
- Log in to MongoDB Atlas at [cloud.mongodb.com](https://cloud.mongodb.com)
351
350
- Navigate to Access Manager > Organization Access
352
351
- Click Add New > Applications > Service Accounts
@@ -358,12 +357,10 @@ To use the Atlas API tools, you'll need to create a service account in MongoDB A
358
357
To learn more about Service Accounts, check the [MongoDB Atlas documentation](https://www.mongodb.com/docs/atlas/api/service-accounts-overview/).
359
358
360
359
2.**Save Client Credentials:**
361
-
362
360
- After creation, you'll be shown the Client ID and Client Secret
363
361
-**Important:** Copy and save the Client Secret immediately as it won't be displayed again
0 commit comments