feat: add MongoDB MCP server definition - #55
Merged
Merged
Conversation
Add MongoDB local stdio server via npx mongodb-mcp-server@latest. Query collections, inspect schemas, manage indexes, and run aggregation pipelines. Supports Atlas, Community, and Enterprise. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
its-mash
force-pushed
the
fix/mongodb
branch
from
February 19, 2026 12:13
5e86704 to
70c6db2
Compare
- Add optional Atlas API Service Account credentials (client ID + secret) for Atlas management operations (cluster creation, user management, etc.) - Add Docker transport variant (com.mongodb-mcp-docker) using official mongodb/mongodb-mcp-server image - Make connection string optional (server supports runtime connect tool) - Update auth type to optional_api_key to reflect Atlas API credentials - Enable read_only_mode capability (server supports --readOnly flag) Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
Rename input IDs to match their corresponding environment variables: - MONGODB_URI → MDB_MCP_CONNECTION_STRING - ATLAS_CLIENT_ID → MDB_MCP_API_CLIENT_ID - ATLAS_CLIENT_SECRET → MDB_MCP_API_CLIENT_SECRET Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
Align with naming convention used by other servers (e.g., sentry-mcp-npx, notion-mcp-npx). Renamed file and updated id/name fields. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
com.mongodb-mcp) with npx transportcom.mongodb-mcp-docker) using officialmongodb/mongodb-mcp-serverimageconnecttool--readOnlyflag support)Variants
com.mongodb-mcpcom.mongodb-mcp-dockerValidation
textwithsecret: truefor credentials)Test plan