From 4dcdf239cc6dfbc81036070e08a355b267ace95f Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Thu, 1 May 2025 19:27:16 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8f3ed8d..dfa39ed8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can pass your connection string via args, make sure to use a valid username ```json { - "servers": { + "mcpServers": { "MongoDB": { "command": "npx", "args": [ @@ -69,7 +69,7 @@ Use your Atlas API Service Account credentials. More details in the [Atlas API A ```json { - "servers": { + "mcpServers": { "MongoDB": { "command": "npx", "args": [ From 579dcf7a5b9d1f6de5499d038453920e3d064624 Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Thu, 1 May 2025 19:31:16 +0100 Subject: [PATCH 2/5] update other refs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfa39ed8..3d807e27 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs" ```json { - "servers": { + "mcpServers": { "MongoDB": { "command": "npx", "args": ["-y", "mongodb-mcp-server"], @@ -274,7 +274,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs" ```json { - "servers": { + "mcpServers": { "MongoDB": { "command": "npx", "args": ["-y", "mongodb-mcp-server"], @@ -301,7 +301,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret ```json { - "servers": { + "mcpServers": { "MongoDB": { "command": "npx", "args": [ @@ -319,7 +319,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret ```json { - "servers": { + "mcpServers": { "MongoDB": { "command": "npx", "args": [ From d843ccbfdba418682b9356bdacfe40f318c5646f Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Thu, 1 May 2025 19:34:03 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d807e27..f797afcd 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Most MCP clients require a configuration file to be created or modified to add t - **Claude Desktop**: https://modelcontextprotocol.io/quickstart/user - **Cursor**: https://docs.cursor.com/context/model-context-protocol +Note: The configuration file syntax can be different across clients. Please check the MCP client docs to apply the latest expected syntax. + #### Option 1: Connection String args You can pass your connection string via args, make sure to use a valid username and password. From 75802a09eddf79431e157ab127cbbe0f79f02b39 Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Thu, 1 May 2025 19:37:58 +0100 Subject: [PATCH 4/5] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f797afcd..94f5951e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,11 @@ Most MCP clients require a configuration file to be created or modified to add t - **Claude Desktop**: https://modelcontextprotocol.io/quickstart/user - **Cursor**: https://docs.cursor.com/context/model-context-protocol -Note: The configuration file syntax can be different across clients. Please check the MCP client docs to apply the latest expected syntax. +Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax: +- [Windsurf Documentation](https://docs.windsurf.com/windsurf/mcp) +- [VSCode Documentation](https://docs.codeium.com/docs/mcp) +- [Claude Desktop Documentation](https://modelcontextprotocol.io/quickstart/user) +- [Cursor Documentation](https://docs.cursor.com/context/model-context-protocol) #### Option 1: Connection String args From 9281700fa5464d628f8ef1c55846c8f752aa61c2 Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Thu, 1 May 2025 19:46:21 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 94f5951e..1541a15b 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,13 @@ 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 - **Cursor**: https://docs.cursor.com/context/model-context-protocol -Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax: -- [Windsurf Documentation](https://docs.windsurf.com/windsurf/mcp) -- [VSCode Documentation](https://docs.codeium.com/docs/mcp) -- [Claude Desktop Documentation](https://modelcontextprotocol.io/quickstart/user) -- [Cursor Documentation](https://docs.cursor.com/context/model-context-protocol) - #### Option 1: Connection String args You can pass your connection string via args, make sure to use a valid username and password.