mcp-mongo-server
If you are the rightful owner of mcp-mongo-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@mcpreview.com.
A Model Context Protocol server that enables LLMs to interact with MongoDB databases, providing capabilities for inspecting collection schemas and executing MongoDB operations through a standardized interface.
The MCP MongoDB Server is a specialized server designed to facilitate the interaction between Large Language Models (LLMs) and MongoDB databases. It provides a standardized interface for executing MongoDB operations, including both read and write functionalities, while also offering schema inspection capabilities. The server is equipped with smart ObjectId handling, allowing for intelligent conversion between string IDs and MongoDB ObjectId, which can be configured through various modes. It supports flexible configuration through environment variables and command-line options, making it adaptable to different deployment environments. The server also features a read-only mode, which is ideal for safely connecting to production databases by preventing write operations and optimizing performance through MongoDB's secondary read preference. Additionally, the server integrates with LLMs to enhance interaction through collection completions, schema inference, and data insights. It is compatible with various platforms and can be easily integrated into development workflows using tools like Docker, Claude Desktop, Windsurf, and Cursor.
Features
- Smart ObjectId Handling: Intelligent conversion between string IDs and MongoDB ObjectId with configurable modes.
- Flexible Configuration: Supports environment variables and command-line options for easy setup.
- Read-Only Mode: Prevents write operations and uses secondary read preference for safe production use.
- MongoDB Operations: Supports both read and write operations, including query, aggregation, update, insert, and index creation.
- LLM Integration: Enhances interaction with LLMs through collection completions and schema inference.
Tools
Related MCP Servers
View all databases servers →gateway
by centralmind
CentralMind Gateway is a tool designed to expose databases to AI agents via MCP or OpenAPI protocols, providing secure, LLM-optimized APIs.
supabase-mcp
by supabase-community
Connect your Supabase projects to AI assistants using the Model Context Protocol (MCP) server.
mindsdb
by mindsdb
MindsDB is an open-source server that enables seamless interaction with large-scale federated data using the Model Context Protocol (MCP).
azure-mcp
by Azure
The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services.
genai-toolbox
by googleapis
MCP Toolbox for Databases is an open source MCP server for databases, designed to simplify and secure the development of database tools.
prisma
by prisma
Prisma is a next-generation ORM for Node.js and TypeScript, providing tools for data modeling, migrations, and querying databases.
mcp-notion-server
by suekou
MCP Server for the Notion API, enabling LLM to interact with Notion workspaces. Additionally, it employs Markdown conversion to reduce context size when communicating with LLMs, optimizing token usage and making interactions more efficient.