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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ node -v
42
42
43
43
### Quick Start
44
44
45
-
> **Default Safety Notice:**All examples below include `--readOnly` by default to ensure safe, read-only access to your data. Remove `--readOnly` if you need to enable write operations.
45
+
**Note:**When using Atlas API credentials, be sure to assign only the minimum required permissions to your service account. See [Atlas API Permissions](#atlas-api-permissions) for details.
46
46
47
47
Most MCP clients require a configuration file to be created or modified to add the MCP server.
48
48
@@ -53,6 +53,8 @@ Note: The configuration file syntax can be different across clients. Please refe
> **Default Safety Notice:** All examples below include `--readOnly` by default to ensure safe, read-only access to your data. Remove `--readOnly` if you need to enable write operations.
57
+
56
58
#### Option 1: Connection String args
57
59
58
60
You can pass your connection string via args, make sure to use a valid username and password.
0 commit comments