jira-mcp logo

jira-mcp让Claude等AI助手与Atlassian Jira高效互动的Go语言MCP连接器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Jira MCP 是一种基于 Go 的Model Control Protocol(MCP)连接器,为 Atlassian Jira 开发的 AI 助手提供接口。 它提供了 AI 模型进行常见任务,例如问题管理,搜索,冲刺管理,状态和过渡跟踪,评论,工作日志,历史和审计,问题关系和版本管理。 MCP 服务旨在解决现代软件开发中的实际问题,例如获取有关问题的详细信息,创建新问题,修改现有问题,列出问题类型,搜索问题等。 它是一款拥有多年实战软件开发经验的有见解的 MCP 服务,精心打造以满足开发人员和自动化QC团队 的日常工作流。

主要功能

  • 问题管理:jira_get_issue, jira_create_issue, jira_create_child_issue, jira_update_issue, jira_list_issue_types
  • 搜索:jira_search_issue
  • 冲刺管理:jira_list_sprints, jira_get_sprint, jira_get_active_sprint, jira_search_sprint_by_name
  • 状态 & 过渡:jira_list_statuses, jira_transition_issue
  • 评论:jira_add_comment, jira_get_comments
  • 工作日志:jira_add_worklog

价格

模型
Free
评分
暂无评价

使用场景

自动化问题跟踪

使用Jira MCP自动化问题跟踪和管理,例如获取有关具体问题的详细信息,创建新问题并更新现有问题。

冲刺管理效率提高

使用Jira MCP实现冲刺管理,包括列出活跃和即将到来的冲刺,获取详细冲刺信息,通过工作流转移问题。

优点 & 缺点

优点

  • 适合实际开发需求的复杂工具
  • 为现代软件开发解决现实问题
  • AI模型与Jira无缝互动

缺点

  • 可能需要小心安装和配置
  • 有关可扩展性和性能的信息有限

对决战绩

在万神殿中参与了 1 对决。

0
第1
1
第2
0
第3

Last battle

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Does jira-mcp support large-scale deployments?

The documentation notes limited information on scalability and performance, so while it works well for typical engineering and QC teams, further testing may be needed for very large or highly concurrent Jira environments.

Asked by Hana Kobayashi · Nov 2, 2025

What are the main challenges in installing and configuring jira-mcp?

Because it is a custom Go-based MCP server, users must set up the Go runtime, compile the binary, and configure Jira API credentials and network settings to expose the MCP endpoint; careful attention to these steps is required for a smooth deployment.

Asked by Nadia Petrova · Sep 7, 2025

What Jira workflows can the tool automate?

The connector covers issue management (create, update, list types), search, sprint management (list, get active, search by name), status transitions, adding comments, worklogs, and handling issue relationships and version management.

Asked by Jana Krejčí · Aug 27, 2025

How does jira-mcp enable AI assistants like Claude to interact with Jira?

jira-mcp implements the Model Control Protocol (MCP) in Go, providing a set of RPC-style tools such as jira_get_issue, jira_create_issue, and jira_transition_issue that AI models can call to perform common Jira operations directly from their code.

Asked by Vincenzo Greco · Aug 9, 2025

提问

服务配缩器 的替代品