kiliczsh_mcp-mongo-server
If you are the rightful owner of kiliczsh_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@mcphub.com.
A Model Context Protocol server that provides access to MongoDB databases, enabling LLMs to inspect collection schemas and execute read-only queries.
The MCP MongoDB Server is a specialized server designed to facilitate interaction with MongoDB databases through the Model Context Protocol (MCP). It allows Language Model Machines (LLMs) to access and analyze MongoDB collection schemas and execute read-only queries. This server is particularly useful for applications that require insights into database structures without modifying the data. It supports operations such as querying and aggregating data, providing a robust toolset for developers working with MongoDB in a read-only context. The server is compatible with various platforms and can be integrated into development environments like Claude Desktop, offering flexibility and ease of use.
Features
- Access MongoDB collections via `mongodb: //` URIs with schema information.
- Execute read-only MongoDB queries using `query` and `aggregate` tools.
- Provides JSON schema information for each collection, including field names and data types.
- Supports integration with Claude Desktop for seamless development.
- Debugging support through MCP Inspector for monitoring server communications.
Tools
query
Perform read-only MongoDB query
aggregate
Perform read-only MongoDB aggregation query