From 8bfe17ad4f6a975b601b5a74c77d64a90f950abc Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Mon, 9 Jun 2025 10:42:52 +0100 Subject: [PATCH 1/2] chore: add to cursor --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 392e654e..549b7f46 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Note: The configuration file syntax can be different across clients. Please refe #### Option 1: Connection String args +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=MongoDB&config=eyJjb21tYW5kIjoibnB4IC15IG1vbmdvZGItbWNwLXNlcnZlciAtLWNvbm5lY3Rpb25TdHJpbmcgbW9uZ29kYjovL2xvY2FsaG9zdDoyNzAxNy9teURhdGFiYXNlIn0%3D) + + You can pass your connection string via args, make sure to use a valid username and password. ```json @@ -73,6 +76,8 @@ NOTE: The connection string can be configured to connect to any MongoDB cluster, Use your Atlas API Service Accounts credentials. Must follow all the steps in [Atlas API Access](#atlas-api-access) section. +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=MongoDB&config=eyJjb21tYW5kIjoibnB4IC15IG1vbmdvZGItbWNwLXNlcnZlciAtLWFwaUNsaWVudElkIHlvdXItYXRsYXMtc2VydmljZS1hY2NvdW50cy1jbGllbnQtaWQgLS1hcGlDbGllbnRTZWNyZXQgeW91ci1hdGxhcy1zZXJ2aWNlLWFjY291bnRzLWNsaWVudC1zZWNyZXQifQ%3D%3D) + ```json { "mcpServers": { From b69fc4ec6bc890d244fbdbf93da65db41f3fe9a4 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Mon, 9 Jun 2025 10:48:26 +0100 Subject: [PATCH 2/2] reformat --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 549b7f46..c433b09b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ Note: The configuration file syntax can be different across clients. Please refe [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=MongoDB&config=eyJjb21tYW5kIjoibnB4IC15IG1vbmdvZGItbWNwLXNlcnZlciAtLWNvbm5lY3Rpb25TdHJpbmcgbW9uZ29kYjovL2xvY2FsaG9zdDoyNzAxNy9teURhdGFiYXNlIn0%3D) - You can pass your connection string via args, make sure to use a valid username and password. ```json