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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
版本控制 分类下的更多 MCP 服务器
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
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
Linear MCP Server
clinea private MCP server for accessing Linear
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project

Git
modelcontextprotocolModel Context Protocol Servers
评论