MCP.so
登录

jira-mcp-server-by-cdata

@CDataSoftware

关于 jira-mcp-server-by-cdata

This read-only MCP Server allows you to connect to Jira data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at

基本信息

分类

版本控制

许可证

MIT license

运行时

java

传输方式

stdio

发布者

CDataSoftware

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is jira-mcp-server-by-cdata?

jira-mcp-server-by-cdata is a read-only Model Context Protocol (MCP) server built by CData. It uses the CData JDBC Driver for Jira to expose Jira data as relational SQL models, allowing LLMs like Claude Desktop to query live Jira information through natural language questions without writing SQL.

How to use jira-mcp-server-by-cdata?

Clone the repository, build the JAR with Maven (mvn clean install), install and license the CData JDBC Driver for Jira, create a .prp file with your JDBC connection string, then configure Claude Desktop by editing claude_desktop_config.json to point to the JAR and property file. Restart Claude Desktop to see the new MCP server.

Key features of jira-mcp-server-by-cdata

  • Read-only access to live Jira data via natural language
  • CData JDBC Driver translates Jira APIs into SQL tables
  • Provides three tools: get_tables, get_columns, and run_query
  • Runs over stdio transport, same‑machine only
  • Supports any data source compatible with the CData JDBC Driver ecosystem

Use cases of jira-mcp-server-by-cdata

  • Ask an LLM about open tickets in a Jira project
  • Query correlations between Jira issues and custom fields
  • Retrieve live Jira data without writing API calls or SQL queries
  • Integrate Jira data into AI‑powered dashboards or workflows

FAQ from jira-mcp-server-by-cdata

What does jira-mcp-server-by-cdata do?

It allows LLMs (like Claude Desktop) to ask questions about Jira data – e.g., "How many open tickets do I have in the SUPPORT project?" – and get answers by querying the live Jira instance through a read‑only MCP interface.

Is this server read-only?

Yes. This project builds a read-only MCP server. For full create, read, update, delete, and action capabilities, CData offers a separate free beta MCP Server for Jira with simplified setup.

What dependencies are required?

You need Java (with java on PATH), Maven to build the project, and the CData JDBC Driver for Jira (separately downloaded and licensed – trial or paid key). The server runs on Windows, Mac, or Linux.

How do I get a license for the JDBC Driver?

After installing the JDBC Driver JAR, run java -jar cdata.jdbc.jira.jar --license and enter your name, email, and "TRIAL" for a trial or your purchased license key. Then use the Connection String utility to generate your JDBC URL.

Can I use this server with a remote client?

No. The server communicates over stdio and can only be used with clients running on the same machine (e.g., Claude Desktop on your local computer).

评论

版本控制 分类下的更多 MCP 服务器