File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,6 @@ node -v
36
36
37
37
### Quick Start
38
38
39
- Start Server using npx command:
40
-
41
- ``` shell
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
39
Most MCP clients require a configuration file to be created or modified to add the MCP server.
48
40
49
41
Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax:
@@ -95,6 +87,14 @@ Use your Atlas API Service Accounts credentials. Must follow all the steps in [A
95
87
}
96
88
```
97
89
90
+ ### Option 3: Standalone Service using command arguments
91
+
92
+ Start Server using npx command:
93
+
94
+ ``` shell
95
+ npx -y mongodb-mcp-server --apiClientId=" your-atlas-service-accounts-client-id" --apiClientSecret=" your-atlas-service-accounts-client-secret" --logPath=dev-logs
96
+ ```
97
+
98
98
#### Other options
99
99
100
100
Alternatively you can use environment variables in the config file or set them and run the server via npx.
You can’t perform that action at this time.
0 commit comments