mongodb-mcp-server-by-cdata
If you are the rightful owner of mongodb-mcp-server-by-cdata 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.
CData's Model Context Protocol (MCP) Server for MongoDB is a read-only server that allows LLMs to query live MongoDB data using natural language.
The MongoDB MCP Server by CData is designed to facilitate the interaction between large language models (LLMs) and MongoDB databases. By leveraging the CData JDBC Driver for MongoDB, this server exposes MongoDB data as relational SQL models, enabling LLMs to query live data without requiring SQL knowledge. This read-only server is ideal for users who need to access MongoDB data in real-time through a simple MCP interface. For those requiring full CRUD capabilities, CData offers a more comprehensive MCP Server for MongoDB in beta. The server is built using Java and Maven, and it requires the CData JDBC Driver for MongoDB to be installed and licensed. Once set up, the server can be integrated with AI clients like Claude Desktop, allowing users to ask natural language questions and receive data-driven responses.
Features
- Read-only access to MongoDB data through MCP interface.
- Integration with CData JDBC Driver for MongoDB.
- Natural language querying without SQL knowledge.
- Compatible with AI clients like Claude Desktop.
- Simple setup and configuration process.
Tools
{servername}_get_tables
Search a list of available tables in the data source
{servername}_get_columns
Search the list of columns available in the table
{servername}_run_query
Execute SQL SELECT query