jira-mcp-server-by-cdata
If you are the rightful owner of jira-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 is a read-only server that allows LLMs to query live Jira data using the CData JDBC Driver for Jira.
CData's Model Context Protocol (MCP) Server for Jira is designed to facilitate the querying of live Jira data by Large Language Models (LLMs) such as Claude Desktop. This server is built to be read-only, allowing users to access Jira data without the need for SQL knowledge. The server leverages the CData JDBC Driver for Jira, which exposes Jira data as relational SQL models. By wrapping this driver, the MCP server provides a simple interface for LLMs to retrieve live information through natural language queries. The server is particularly useful for users who need to access Jira data in real-time without the complexity of SQL commands. For those requiring full CRUD capabilities, CData offers a beta version of the MCP Server for Jira with enhanced features.
Features
- Read-only access to Jira data through a simple MCP interface.
- Integration with CData JDBC Driver for Jira to expose data as relational SQL models.
- Allows LLMs to query live Jira data using natural language.
- Simplified setup process with detailed configuration instructions.
- Support for various platforms including Windows, Mac, and Linux.
Tools
{servername}_get_tables
Get a list of available tables in the data source
{servername}_get_columns
Get column information for the specified table
{servername}_run_query
Execute SQL SELECT query