mongodb-mcp-server

mongodb-mcp-server

22

The MongoDB MCP Server is a community-maintained server offering read-only access to MongoDB databases. It enables large language models to inspect schemas and perform aggregation while ensuring safe and limited operations.

What is the default document limit for aggregation queries?

The default limit is 1000 documents if no limit stage is specified in the pipeline.

What is the default timeout for operations?

The default timeout for all operations is 30 seconds.

Can this server modify the database?

No, the server provides read-only access to the database.

What license is the MongoDB MCP Server distributed under?

The server is licensed under the MIT License.

How is schema information derived?

Schema information is derived from sampling collection documents.