Skip to content

Commit b5cf6e7

Browse files
authored
docs: improve getting started experience
1 parent ec590e8 commit b5cf6e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ node -v
3636

3737
### Quick Start
3838

39+
Start Server using npx command:
40+
41+
```
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+
3947
Most MCP clients require a configuration file to be created or modified to add the MCP server.
4048

4149
Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax:

0 commit comments

Comments
 (0)