Skip to content

chore: update quickstart with mcpServers #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ node -v

Most MCP clients require a configuration file to be created or modified to add the MCP server.

Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax:

- **Windsurf**:https://docs.windsurf.com/windsurf/mcp
- **VSCode**: https://docs.codeium.com/docs/mcp
- **Claude Desktop**: https://modelcontextprotocol.io/quickstart/user
Expand All @@ -49,7 +51,7 @@ You can pass your connection string via args, make sure to use a valid username

```json
{
"servers": {
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": [
Expand All @@ -69,7 +71,7 @@ Use your Atlas API Service Account credentials. More details in the [Atlas API A

```json
{
"servers": {
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": [
Expand Down Expand Up @@ -258,7 +260,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs"

```json
{
"servers": {
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": ["-y", "mongodb-mcp-server"],
Expand All @@ -274,7 +276,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs"

```json
{
"servers": {
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": ["-y", "mongodb-mcp-server"],
Expand All @@ -301,7 +303,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret

```json
{
"servers": {
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": [
Expand All @@ -319,7 +321,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret

```json
{
"servers": {
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": [
Expand Down
Loading