Skip to content

Instantly share code, notes, and snippets.

@CharlyWargnier
Created June 28, 2025 15:17
Show Gist options
  • Save CharlyWargnier/aa838c8a66fb477643064a9ca3556d5e to your computer and use it in GitHub Desktop.
Save CharlyWargnier/aa838c8a66fb477643064a9ca3556d5e 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