Skip to content
Merged
Changes from 2 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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ You can pass your connection string via args, make sure to use a valid username
"-y",
"mongodb-mcp-server",
"--connectionString",
"mongodb+srv://username:[email protected]/myDatabase"
"mongodb://localhost:27017/myDatabase"

This comment was marked as outdated.

]
}
}
}
```

NOTE: The connection string can be configured to connect to any MongoDB cluster, whether it's a local instance or an Atlas cluster.

#### Option 2: Atlas API credentials args

Use your Atlas API Service Accounts credentials. Must follow all the steps in [Atlas API Access](#atlas-api-access) section.
Expand Down
Loading