MongoDB
Createdmongodb-js
Connects to MongoDB databases and MongoDB Atlas clusters via the Model Context Protocol.
About
The MongoDB MCP Server acts as a bridge, facilitating interaction between various MCP clients and MongoDB databases or MongoDB Atlas clusters. It supports a wide range of operations, from querying and manipulating data within MongoDB databases to managing and inspecting Atlas resources. With flexible configuration options using environment variables or command-line arguments, it integrates seamlessly into different development and deployment workflows.
Key Features
- Supports MongoDB Atlas and MongoDB database connections.
- Offers a variety of tools for data manipulation and database management.
- Provides flexible configuration through environment variables and command-line arguments.
- Allows disabling specific tools or categories for customized security.
- Includes a read-only mode to restrict create/update/delete operations.
- 44 GitHub stars
Use Cases
- Connecting VSCode or other IDEs to MongoDB instances or Atlas clusters for data exploration.
- Automating database management tasks through scripts.
- Integrating MongoDB data into applications that support the Model Context Protocol.