@@ -10,6 +10,7 @@ A Model Context Protocol server for interacting with MongoDB Atlas. This project
10
10
- [ 🚀 Getting Started] ( #getting-started )
11
11
- [ Prerequisites] ( #prerequisites )
12
12
- [ Installation] ( #installation )
13
+ - [ WindSurf] ( #windsurf )
13
14
- [ VSCode] ( #vscode )
14
15
- [ Claude Desktop] ( #claude )
15
16
- [ 🛠️ Supported Tools] ( #supported-tools )
@@ -19,6 +20,7 @@ A Model Context Protocol server for interacting with MongoDB Atlas. This project
19
20
- [ Atlas API Access] ( #atlas-api-access )
20
21
- [ Configuration Methods] ( #configuration-methods )
21
22
- [ 👩💻 Client Integration] ( #client-integration )
23
+ - [ WindSurf] ( #windsurf )
22
24
- [ VSCode] ( #vscode )
23
25
- [ Claude] ( #claude )
24
26
- [ 🤝 Contributing] ( #contributing )
@@ -30,6 +32,38 @@ A Model Context Protocol server for interacting with MongoDB Atlas. This project
30
32
31
33
## Installation
32
34
35
+
36
+
37
+ ### WindSurf
38
+
39
+ Prerequisites:
40
+
41
+ - Node.js v20.x
42
+ - WindSurf installed on your machine
43
+
44
+ The latest instructions can be found at https://docs.windsurf.com/windsurf/mcp
45
+
46
+ Step 1: Create MCP configuration file
47
+
48
+
49
+ Create or edit the configuration file at ` ~/.codeium/windsurf/mcp_config.json ` :
50
+
51
+ ``` json
52
+ {
53
+ "servers" : {
54
+ "MongoDB" : {
55
+ "command" : " npx" ,
56
+ "args" : [
57
+ " -y" ,
58
+ " mongodb-mcp-server"
59
+ ]
60
+ }
61
+ }
62
+ }
63
+ ```
64
+
65
+ Step 2: Follow the [ configuration] ( #configuration ) section for more details on how to connect to a MongoDB instance or Atlas.
66
+
33
67
### VSCode
34
68
35
69
Prerequisites:
@@ -61,11 +95,8 @@ Note: the file should look like:
61
95
}
62
96
```
63
97
64
- Notes: You can configure the server with atlas access, make sure to follow configuration section for more details.
65
-
66
- Step 2: Try talking to github copilot
98
+ Step 2: Follow the [ configuration] ( #configuration ) section for more details on how to connect to a MongoDB instance or Atlas.
67
99
68
- - Can you connect to my mongodb instance?
69
100
70
101
### Claude Desktop
71
102
@@ -90,7 +121,7 @@ Paste the mcp server configuration into the file
90
121
91
122
Step 3: Close and Relaunch Claude Desktop and click on the hammer icon, the MongoDB MCP server should be detected.
92
123
93
- You may experiment asking ` Can you connect to my mongodb instance? ` .
124
+ Follow the [ configuration ] ( #configuration ) section for more details on how to connect to a MongoDB instance or Atlas .
94
125
95
126
## 🛠️ Supported Tools
96
127
0 commit comments