Exposes MongoDB data to LLMs like Claude Desktop through a read-only Model Context Protocol (MCP) server, leveraging CData JDBC Drivers.
This read-only MCP Server enables Large Language Models (LLMs), such as Claude Desktop, to interact with live MongoDB data. It utilizes the CData JDBC Driver for MongoDB to present MongoDB as relational SQL models. By wrapping the driver with a simplified MCP interface, the server allows LLMs to retrieve real-time information via natural language queries, eliminating the need for SQL.
Key Features
01Simplified setup for connecting to MongoDB
020 GitHub stars
03Exposes MongoDB data as relational SQL models
04Read-only access to MongoDB data
05Integration with CData JDBC Driver for MongoDB
06Enables natural language querying of MongoDB data for LLMs
Use Cases
01Connecting Claude Desktop to MongoDB data for querying
02Enabling LLMs to analyze and retrieve live MongoDB information
03Integrating MongoDB data into AI-powered applications