A Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.
A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
Insert documents into MongoDB collections through the MCP-MongoDB-MySQL-Server, enabling structured data storage with specified collection names and document arrays.
Establish a new connection to a MongoDB instance and receive a connectionId for use with other MongoDB tools. Each call creates a separate, independent connection.
Connect to a MongoDB Atlas cluster and receive a connectionId for use with other MongoDB tools. Each call creates a new independent connection, allowing multiple concurrent sessions.