mongodb-developer_mongodb-mcp-server

mongodb-developer_mongodb-mcp-server

3.1

If you are the rightful owner of mongodb-developer_mongodb-mcp-server 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 read-only access to MongoDB databases, enabling LLMs to inspect collection schemas and execute aggregation pipelines.

The MongoDB MCP Server is designed to facilitate read-only interactions with MongoDB databases, allowing users to execute aggregation pipelines and inspect collection schemas. This server is particularly useful for applications that require data analysis and schema inspection without modifying the underlying data. It supports executing complex queries and provides detailed execution plans, making it a valuable tool for developers and data analysts working with MongoDB. The server is configured to ensure safe operations by enforcing document limits and operation timeouts, and it only allows read-only access to prevent any data modifications.

Features

  • Read-only access to MongoDB databases
  • Execute MongoDB aggregation pipelines
  • Inspect collection schemas
  • Get execution plans for queries
  • Automatic document limit and operation timeout

Tools

  1. aggregate

    Execute MongoDB aggregation pipelines against the connected database with options for disk usage and execution time.

  2. explain

    Get execution plans for aggregation pipelines with various verbosity levels.