Created
June 28, 2025 15:17
-
-
Save CharlyWargnier/aa838c8a66fb477643064a9ca3556d5e 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