File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs"
258
258
259
259
``` json
260
260
{
261
- "servers " : {
261
+ "mcpServers " : {
262
262
"MongoDB" : {
263
263
"command" : " npx" ,
264
264
"args" : [" -y" , " mongodb-mcp-server" ],
@@ -274,7 +274,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs"
274
274
275
275
``` json
276
276
{
277
- "servers " : {
277
+ "mcpServers " : {
278
278
"MongoDB" : {
279
279
"command" : " npx" ,
280
280
"args" : [" -y" , " mongodb-mcp-server" ],
@@ -301,7 +301,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret
301
301
302
302
``` json
303
303
{
304
- "servers " : {
304
+ "mcpServers " : {
305
305
"MongoDB" : {
306
306
"command" : " npx" ,
307
307
"args" : [
@@ -319,7 +319,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret
319
319
320
320
``` json
321
321
{
322
- "servers " : {
322
+ "mcpServers " : {
323
323
"MongoDB" : {
324
324
"command" : " npx" ,
325
325
"args" : [
You can’t perform that action at this time.
0 commit comments