confluence-mcp-server-by-cdata

confluence-mcp-server-by-cdata

3.2

If you are the rightful owner of confluence-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 Confluence is a read-only server designed to allow LLMs to query live data from Confluence using natural language.

The CData MCP Server for Confluence is a specialized server that facilitates the interaction between large language models (LLMs) and Confluence data. By leveraging the CData JDBC Driver for Confluence, this server exposes Confluence data as relational SQL models, enabling LLMs to access live data without the need for SQL queries. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Confluence. The server is read-only, meaning it allows data retrieval but not modification. For full CRUD capabilities, users are encouraged to explore the CData MCP Server for Confluence (beta). The server is built using Java and requires the CData JDBC Driver to be installed and licensed. Configuration involves setting up a connection string and creating a property file to define server parameters.

Features

  • Read-only access to Confluence data through natural language queries.
  • Integration with LLMs like Claude Desktop for seamless data retrieval.
  • Utilizes CData JDBC Driver to expose Confluence data as SQL models.
  • Simple setup and configuration process.
  • Supports a wide range of data sources through CData's extensive driver library.

Tools

  1. confluence_get_tables

    Retrieves a list of tables available in the data source.

  2. confluence_get_columns

    Retrieves a list of columns for a specified table.

  3. confluence_run_query

    Executes a SQL SELECT query on the data source.