Connects Large Language Models (LLMs) and AI clients to live Cloudant data via a Model Context Protocol (MCP) interface.
This project offers a read-only Model Context Protocol (MCP) server for Cloudant, designed to bridge the gap between AI clients like Claude Desktop and live Cloudant databases. It leverages the CData JDBC Driver for Cloudant to expose complex Cloudant data as simplified relational SQL models. By wrapping the JDBC driver with a straightforward MCP interface, the server enables LLMs to query and retrieve live information through natural language questions, eliminating the need for direct SQL knowledge. While this version is read-only, it provides a powerful way for AI applications to interact with NoSQL data sources.