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-12
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ node -v
29
29
```
30
30
31
31
- A MongoDB connection string or Atlas API credentials, **_the Server will not start unless configured_**.
32
-
-**_Atlas API credentials_** are required to use the Atlas tools. You can create a service account in MongoDB Atlas and use its credentials for authentication. See [Atlas API Access](#atlas-api-access) for more details.
32
+
-**_Service Accounts Atlas API credentials_** are required to use the Atlas tools. You can create a service account in MongoDB Atlas and use its credentials for authentication. See [Atlas API Access](#atlas-api-access) for more details.
33
33
- If you have a MongoDB connection string, you can use it directly to connect to your MongoDB instance.
34
34
35
35
## Setup
@@ -67,7 +67,7 @@ You can pass your connection string via args, make sure to use a valid username
67
67
68
68
#### Option 2: Atlas API credentials args
69
69
70
-
Use your Atlas API Service Account credentials. More details in the [Atlas API Access](#atlas-api-access) section.
70
+
Use your Atlas API Service Accounts credentials. More details in the [Atlas API Access](#atlas-api-access) section.
71
71
72
72
```json
73
73
{
@@ -78,9 +78,9 @@ Use your Atlas API Service Account credentials. More details in the [Atlas API A
78
78
"-y",
79
79
"mongodb-mcp-server",
80
80
"--apiClientId",
81
-
"your-atlas-client-id",
81
+
"your-atlas-service-accounts-client-id",
82
82
"--apiClientSecret",
83
-
"your-atlas-client-secret"
83
+
"your-atlas-service-accounts-client-secret"
84
84
]
85
85
}
86
86
}
@@ -243,9 +243,9 @@ To learn more about Service Accounts, check the [MongoDB Atlas documentation](ht
243
243
Set environment variables with the prefix `MDB_MCP_` followed by the option name in uppercase with underscores:
0 commit comments