Skip to content

Commit ab21838

Browse files
authored
chore: base model SEO change (#248)
1 parent d7e8fa2 commit ab21838

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ You can pass your connection string via args, make sure to use a valid username
5858
"-y",
5959
"mongodb-mcp-server",
6060
"--connectionString",
61-
"mongodb+srv://username:password@cluster.mongodb.net/myDatabase"
61+
"mongodb://localhost:27017/myDatabase"
6262
]
6363
}
6464
}
6565
}
6666
```
6767

68+
NOTE: The connection string can be configured to connect to any MongoDB cluster, whether it's a local instance or an Atlas cluster.
69+
6870
#### Option 2: Atlas API credentials args
6971

7072
Use your Atlas API Service Accounts credentials. Must follow all the steps in [Atlas API Access](#atlas-api-access) section.

0 commit comments

Comments
 (0)