Mongodb

Mongodb

3.2

If you are the rightful owner of Mongodb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server that provides tools for interacting with MongoDB databases, enabling AI models to query, aggregate, and manage MongoDB data through standardized MCP tools.

The MongoDB MCP Server is designed to facilitate seamless interaction with MongoDB databases through a standardized protocol. It allows AI models to perform various operations such as querying, counting, aggregating, and managing MongoDB data efficiently. The server supports complex operations like aggregation and distinct value retrieval, and it also provides functionalities to list available databases and collections. With built-in rate limiting, it ensures secure and efficient data handling. The server is equipped with tools that automatically handle MongoDB ObjectIds, making it easier for developers to integrate MongoDB operations into their applications. The server can be deployed using Docker for containerized environments, ensuring flexibility and scalability.

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