Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ Use your Atlas API Service Accounts credentials. Must follow all the steps in [A
}
```

### Option 3: Standalone Service using command arguments

Start Server using npx command:

```shell
npx -y mongodb-mcp-server --apiClientId="your-atlas-service-accounts-client-id" --apiClientSecret="your-atlas-service-accounts-client-secret" --logPath=dev-logs
```

#### Other options

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