A Model Context Protocol server for MongoDB, enabling LLMs to query, insert, delete, and aggregate documents via natural languageādemonstrating MCP server database integration.
Loading more......
An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.
A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases via MCP.
Model Context Protocol server for MongoDB, enabling database operations through MCP.
MongoDB MCP server integration for allowing LLMs to interact directly with MongoDB databases via MCP.
An MCP server implementation for MongoDB, facilitating direct interaction and management via Model Context Protocol.
A community-supported MCP adapter for MongoDB Atlas that maps NoSQL data to the Model Context Protocol, supporting fast, no-code sync with other MCP-enabled tools.
A Model Context Protocol (MCP) server implementation that allows Large Language Models (LLMs) to interact with databases through natural language queries. Currently supports MongoDB, with planned support for PostgreSQL, CockroachDB, and Redis.
Source: GitHub Repository
getCollections: List all collections in the connected database.getCollection: Retrieve documents from a collection with optional query parameters.insertOne: Insert a single document into a collection.deleteOne: Delete a single document from a collection.aggregate: Execute an aggregation pipeline.mcp, database, mongodb, natural-language