jira-assets-mcp-server-by-cdata
If you are the rightful owner of jira-assets-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 Assets is a read-only server designed to allow LLMs to query live data from Jira Assets using natural language.
CData's MCP Server for Jira Assets is a specialized server that facilitates the interaction between large language models (LLMs) and Jira Assets data. By leveraging the CData JDBC Driver for Jira Assets, this server exposes Jira Assets as relational SQL models, enabling LLMs to access live data without the need for SQL queries. The server is designed to be read-only, providing a streamlined interface for querying data through natural language. This setup is particularly useful for applications like Claude Desktop, where users can ask questions and receive real-time data responses. 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 for the JDBC connection. Once configured, the server can be integrated with AI clients to enhance data accessibility and interaction.
Features
- Enables LLMs to query Jira Assets data using natural language.
- Utilizes CData JDBC Driver to expose Jira Assets as relational SQL models.
- Provides a read-only interface for accessing live data.
- Compatible with AI clients like Claude Desktop.
- Simplifies data interaction without requiring SQL knowledge.
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query.