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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -150,8 +150,9 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
150
150
|`apiClientSecret`| Atlas API client secret for authentication |
151
151
|`connectionString`| MongoDB connection string for direct database connections (optional users may choose to inform it on every tool call) |
152
152
|`logPath`| Folder to store logs |
153
-
|`disabledTools`| An array of tool names, operation types, and/or categories of tools that will be disabled.|
153
+
|`disabledTools`| An array of tool names, operation types, and/or categories of tools that will be disabled|
154
154
|`readOnly`| When set to true, only allows read and metadata operation types, disabling create/update/delete operations |
155
+
|`telemetry`| When set to disabled, disables telemetry collection |
155
156
156
157
#### `logPath`
157
158
@@ -196,6 +197,16 @@ You can enable read-only mode using:
196
197
197
198
When read-only mode is active, you'll see a message in the server logs indicating which tools were prevented from registering due to this restriction.
198
199
200
+
#### Telemetry
201
+
202
+
The `telemetry` configuration option allows you to disable telemetry collection. When enabled, the MCP server will collect usage data and send it to MongoDB.
0 commit comments