MCP.so
ログイン
J

Jira Assets MCP Server by CData

@CDataSoftware

Jira Assets 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 Assets (beta): https://www.cdata.com/download/download.aspx?sku=KNZK-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-assets.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Jira Assets MCP Server by CData?

A read-only MCP server that lets LLMs like Claude Desktop query live Jira Assets data through natural language. It wraps the CData JDBC Driver for Jira Assets, which exposes Jira Assets as relational SQL models.

How to use Jira Assets MCP Server by CData?

Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Jira Assets, create a .prp file with your JDBC connection, and configure the server in your MCP client (e.g., Claude Desktop) using claude_desktop_config.json. The server runs via java -jar CDataMCP-jar-with-dependencies.jar <your>.prp.

Key features of Jira Assets MCP Server by CData

  • Read-only access to Jira Assets data
  • Exposes three tools: get_tables, get_columns, and run_query
  • Uses stdio transport; client must run on the same machine
  • Built on the CData JDBC Driver for Jira Assets
  • Provides results in CSV format

Use cases of Jira Assets MCP Server by CData

  • Ask Claude Desktop about open tickets or asset counts
  • Retrieve column metadata from Jira Assets tables
  • Execute arbitrary SQL SELECT queries against live data

FAQ from Jira Assets MCP Server by CData

Is this server read-only?

Yes, this project builds a read-only MCP server. For full CRUD capabilities, CData offers a separate beta MCP server.

What are the system requirements?

Java, Maven, and a licensed CData JDBC Driver for Jira Assets installed. The driver requires a license key or "TRIAL".

How do I connect to my Jira Assets instance?

Use the CData JDBC Driver’s connection string utility to generate a JDBC URL (e.g., jdbc:jiraassets:InitiateOAuth=GETANDREFRESH;) and place it in a .prp file.

Where does the data live?

The server queries live Jira Assets data through the JDBC driver; no data is stored locally.

Can I run this server remotely?

No. The server uses stdio transport and can only be used with clients running on the same machine.

コメント

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