Created
June 28, 2025 15:16
-
-
Save CharlyWargnier/193525041bf5a5e16061349527f45254 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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