mongo-mcp-go
The MongoDB MCP Server is designed to allow language model protocols to interact with MongoDB databases, enabling operations like querying and managing documents and indexes using natural language. It supports Server-Sent Events for real-time updates.
MongoDB MCP Server
A Model Context Protocol (MCP) server that enables LLMs to connect to MongoDB. Key features include MongoDB action capabilities for querying collections, documents, and indexes, as well as support for Server-Sent Events (SSE). The server provides several query tools such as find, count, listCollections, insertOne, updateOne, and deleteOne, and index tools like createIndex, dropIndex, and list indexes.
Usage
Configuration is managed through a config.yml
file. To start the MCP Server, execute the server with the specified command.