Skip to content

Commit 795625c

Browse files
authored
Update README.md
1 parent 2779c1b commit 795625c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
4739
Most MCP clients require a configuration file to be created or modified to add the MCP server.
4840

4941
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
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

100100
Alternatively you can use environment variables in the config file or set them and run the server via npx.

0 commit comments

Comments
 (0)