Cloudant icon

Cloudant

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.

主要功能

  • Exposes Cloudant data as relational SQL models via JDBC
  • Enables natural language querying of data for AI clients
  • Provides standard MCP tools for table listings, column details, and SQL SELECT queries
  • Supports JSON-RPC 2.0 for programmatic scripting of requests
  • 0 GitHub stars
  • Connects LLMs to live Cloudant data sources

使用案例

  • Programmatically querying Cloudant data via a standardized JSON-RPC interface
  • Integrating Cloudant data access with AI clients like Claude Desktop
  • Enabling natural language analysis and reporting on Cloudant data