File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,16 @@ Start Server using npx command:
9595 npx -y mongodb-mcp-server --apiClientId=" your-atlas-service-accounts-client-id" --apiClientSecret=" your-atlas-service-accounts-client-secret"
9696```
9797
98- #### Other options
98+ For complete list of arguments see [ Configuration Options] ( #configuration-options )
99+ For Atlas API credentials please refer to [ Atlas API Access] ( #atlas-api-access )
99100
100- Alternatively you can use environment variables in the config file or set them and run the server via npx.
101+ #### Option 4: Use environment variables with CLI
102+
103+ ``` shell
104+ npx -y mongodb-mcp-server
105+ ```
106+
107+ You can use environment variables in the config file or set them and run the server via npx.
101108
102109- Connection String via environment variables in the MCP file [ example] ( #connection-string-with-environment-variables )
103110- Atlas API credentials via environment variables in the MCP file [ example] ( #atlas-api-credentials-with-environment-variables )
You can’t perform that action at this time.
0 commit comments