Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CharlyWargnier/193525041bf5a5e16061349527f45254 to your computer and use it in GitHub Desktop.
Save CharlyWargnier/193525041bf5a5e16061349527f45254 to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server",
"--connectionString",
"mongodb+srv://<username>:<password>@<your-cluster>.mongodb.net/?retryWrites=true&w=majority&appName=<your-app>"
],
"env": {
"MDB_PASSWORD": "<your-password>"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment