Skip to content

Commit 4652a39

Browse files
authored
Update README.md
1 parent 519b108 commit 4652a39

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)