You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`atlas-inspect-cluster` - Inspect a specific MongoDB Atlas cluster
55
54
-`atlas-create-free-cluster` - Create a free MongoDB Atlas cluster
56
55
-`atlas-create-access-list` - Configure IP/CIDR access list for MongoDB Atlas clusters
57
56
-`atlas-inspect-access-list` - Inspect IP/CIDR ranges with access to MongoDB Atlas clusters
57
+
-`atlas-list-db-users` - List MongoDB Atlas database users
58
+
-`atlas-create-db-user` - List MongoDB Atlas database users
58
59
59
60
#### MongoDB Database Tools
60
61
@@ -110,6 +111,8 @@ It should look like this
110
111
}
111
112
```
112
113
114
+
Notes: You can configure the server with atlas access, make sure to follow configuration section for more details.
115
+
113
116
Step 3: Open the copilot chat and check that the toolbox icon is visible and has the mcp server listed.
114
117
115
118
Step 4: Try running a command
@@ -146,10 +149,90 @@ Paste the mcp server configuration into the file
146
149
147
150
Step 3: Launch Claude Desktop and click on the hammer icon, the Demo MCP server should be detected. Type in the chat "show me a demo of MCP" and allow the tool to get access.
148
151
149
-
- Detailed instructions with screenshots can be found in this [document](https://docs.google.com/document/d/1_C8QBMZ5rwImV_9v4G96661OqcBk1n1SfEgKyNalv9c/edit?tab=t.2hhewstzj7ck#bookmark=id.nktw0lg0fn7t).
150
-
151
152
Note: If you make changes to your MCP server code, rebuild the project with `npm run build` and restart the server and Claude Desktop.
152
153
154
+
## Configuration
155
+
156
+
The MongoDB MCP Server can be configured using multiple methods, with the following precedence (highest to lowest):
Interested in contributing? Great! Please check our [Contributing Guide](CONTRIBUTING.md) for guidelines on code contributions, standards, adding new tools, and troubleshooting information.
0 commit comments