cosmos-db-mcp-server-by-cdata
If you are the rightful owner of cosmos-db-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 Cosmos DB is a read-only server that allows LLMs to query live data from Cosmos DB using the CData JDBC Driver.
The CData MCP Server for Cosmos DB is designed to facilitate the interaction between large language models (LLMs) and Cosmos DB by providing a read-only interface. This server leverages the CData JDBC Driver to expose Cosmos DB as a relational SQL model, enabling LLMs to query live data without requiring SQL knowledge. The server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve data. The setup involves cloning the repository, building the server, and configuring the JDBC driver and connection properties. The server supports JSON-RPC requests, allowing users to script interactions with the data source.
Features
- Read-only access to Cosmos DB data through a simple MCP interface.
- Integration with CData JDBC Driver for Cosmos DB.
- Support for natural language queries by LLMs.
- JSON-RPC 2.0 specification for scripting requests.
- Compatible with platforms like Claude Desktop.