mongodb-developer_mongodb-mcp-server
0
The MongoDB MCP Server is a platform enabling read-only access to MongoDB databases, allowing users to execute aggregation pipelines and inspect schemas. It is designed to operate safely with default limits on document retrieval and execution times.
MongoDB MCP Server
A Model Context Protocol server providing read-only access to MongoDB databases. It allows for inspection of collection schemas and execution of aggregation pipelines.
Features
-
Tools
- Aggregate: Execute MongoDB aggregation pipelines
- Explain: Get execution plans for aggregation pipelines
-
Resources
- Provides schema information for each collection
Usage
- Configurable for use with Claude Desktop by adding to the
mcpServers
section ofclaude_desktop_config.json
.