Connects large language models to live MarkLogic data, enabling natural language querying through a Model Context Protocol interface.
This read-only Model Context Protocol (MCP) server allows large language models (LLMs) like Claude Desktop to query live MarkLogic data. It leverages the CData JDBC Driver for MarkLogic, which exposes MarkLogic data as relational SQL models. The server wraps this driver, providing a simple MCP interface that enables LLMs to retrieve live information by asking natural language questions, eliminating the need for direct SQL interaction.