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
3636
3737### Quick Start
3838
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-
4739Most MCP clients require a configuration file to be created or modified to add the MCP server.
4840
4941Note: 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
9587}
9688```
9789
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+
9898#### Other options
9999
100100Alternatively 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