mongo-mcp-server
@Matteturtle09
About mongo-mcp-server
MCP server for mongoDB
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mongo-mcp-server?
It is an MCP (Model Context Protocol) server for querying MongoDB databases. It provides a tool to retrieve all documents from a specified collection.
How to use mongo-mcp-server?
Invoke the get-collection-documents tool, providing the collection name and database name as string inputs. The server returns a list of documents from that collection.
Key features of mongo-mcp-server
- Single tool:
get-collection-documents - Accepts collection name and database name as string inputs
- Returns a list of all documents in the specified collection
Use cases of mongo-mcp-server
- Querying MongoDB collections from an MCP client
- Retrieving all documents from a collection for analysis or inspection
FAQ from mongo-mcp-server
What does mongo-mcp-server do?
It is an MCP server for querying MongoDB databases.
What tools does it provide?
It provides the get-collection-documents tool.
What are the inputs for the tool?
The inputs are collection (string, MongoDB collection name) and database (string, MongoDB database name).
What is the output of the tool?
The output is a result (list of documents in the collection).
More Databases MCP servers
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Comments