Mongodb
1
The MongoDB MCP Server is designed to facilitate the interaction with MongoDB databases via a Model Context Protocol. It provides tools for querying, aggregation, and database management, enabling seamless data handling for AI models.
MongoDB MCP Server
A Model Context Protocol server that provides tools for interacting with MongoDB databases. This server enables AI models to query, aggregate, and manage MongoDB data through standardized MCP tools.
Features
- Query MongoDB collections with filtering, projection, sorting, and pagination
- Count documents matching a query filter
- Perform complex aggregation operations
- Find distinct values in a collection
- List available databases and collections
- Automatic handling of MongoDB ObjectIds
- Rate limiting to prevent abuse