MCP.so
ログイン
J

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

基本情報

カテゴリ

バージョン管理

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを 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, and run_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 Customers table to understand available data.
  • Summarize recent service requests by querying the Requests table.
  • 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.

コメント

「バージョン管理」の他のコンテンツ