We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec590e8 commit b5cf6e7Copy full SHA for b5cf6e7
README.md
@@ -36,6 +36,14 @@ node -v
36
37
### Quick Start
38
39
+Start Server using npx command:
40
+
41
+```
42
+ npx -y mongodb-mcp-server --apiClientId="your-atlas-service-accounts-client-id" --apiClientSecret="your-atlas-service-accounts-client-secret" --logPath=dev-logs
43
44
45
+#### Configuration Options
46
47
Most MCP clients require a configuration file to be created or modified to add the MCP server.
48
49
Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax:
0 commit comments