jira-service-management-mcp-server-by-cdata

jira-service-management-mcp-server-by-cdata

3.3

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

The CData MCP Server for Jira Service Management is a specialized server that facilitates the interaction between large language models (LLMs) and Jira Service Management data. By leveraging the CData JDBC Driver, this server exposes Jira Service Management data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Jira Service Management. The server is read-only, meaning it allows data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a beta version of the MCP Server with extended functionalities. The setup involves cloning the repository, building the server, and configuring the connection to Jira Service Management using the CData JDBC Driver. Once configured, the server can be integrated with AI clients to provide seamless data access.

Features

  • Read-only access to Jira Service Management data
  • Integration with CData JDBC Driver for relational SQL model exposure
  • Natural language querying capability for LLMs
  • Simplified setup process with detailed configuration guide
  • Support for a wide range of data sources

Tools

  1. {servername}_get_tables

    Retrieves a list of tables available in the data source.

  2. {servername}_get_columns

    Retrieves a list of columns for a specified table.

  3. {servername}_run_query

    Executes a SQL SELECT query.