Jira Service Management MCP Server by CData
@CDataSoftware
关于 Jira Service Management MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Jira Service Management (beta): https://www.cdata.com/download/download.aspx?sku=GKZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\jira-service-management.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jira Service Management MCP Server by CData?
This is a read-only MCP server that lets large language models (LLMs) like Claude Desktop query live Jira Service Management data using natural language. It wraps the CData JDBC Driver for Jira Service Management, exposing the underlying data as relational SQL tables through a simple MCP interface. It is intended for developers who need to retrieve ticket, project, and customer data without writing SQL.
How to use Jira Service Management MCP Server by CData?
Clone the repository, build the JAR with Maven (mvn clean install), install and license the CData JDBC Driver for Jira Service Management, then create a .prp configuration file with your JDBC connection string. Add the server to your Claude Desktop configuration (claude_desktop_config.json) using the java -jar command pointing to the JAR and the .prp file. After restarting Claude, you can ask natural‑language questions about your Jira Service Management data.
Key features of Jira Service Management MCP Server by CData
- Read-only access to Jira Service Management data via natural language queries.
- Exposes data as relational SQL tables through the CData JDBC Driver.
- Three built‑in tools:
get_tables,get_columns, andrun_query. - Supports any LLM client that follows the MCP standard (stdio transport).
- Uses OAuth-based authentication for secure connections (configurable in the JDBC connection string).
Use cases of Jira Service Management MCP Server by CData
- Ask Claude Desktop “How many open tickets do I have in the SUPPORT project?”
- Retrieve a list of all columns in the
Customerstable to understand available data. - Summarize recent service requests by querying the
Requeststable. - Get a count of tickets by priority without writing SQL manually.
FAQ from Jira Service Management MCP Server by CData
Is this server read‑only?
Yes. The project explicitly builds a read-only MCP server. For full CRUD and action capabilities, CData offers a separate MCP Server (beta) with a simplified setup.
What are the runtime requirements?
You need Java (to run the MCP server JAR), Apache Maven (to build the project), and a licensed copy of the CData JDBC Driver for Jira Service Management (trial or paid).
Where does the data live?
Data resides in your Jira Service Management instance (cloud or on‑premises). The JDBC driver connects to it directly; the MCP server does not store or cache data.
What transport and authentication are supported?
The server uses the stdio transport, so it runs on the same machine as the client. Authentication is handled via OAuth through the JDBC connection string (configured in the .prp file).
Can I use a free license for the JDBC driver?
You can request a trial license from CData. A permanent license must be purchased. The MCP server itself is open‑source under the MIT License.
版本控制 分类下的更多 MCP 服务器
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

GitLab
modelcontextprotocolModel Context Protocol Servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
评论