JIRA 的 MCP 服务器
该模型上下文协议 (MCP) 服务器提供与 JIRA 的集成。 ChatGPT 和其他 AI 助手将能够直接处理 JIRA 问题。
功能
该 MCP 服务器提供以下工具:
get_issue
:获取有关 JIRA 问题的详细信息
安装
环境
要使用 MCP 服务器,您必须配置以下内容:
1. 提前准备
1-1。设置 1Password CLI
安装 1Password 桌面应用程序。
安装 1Password CLI。
在 1Password(桌面应用程序)设置中启用 CLI 集成。
1-2。获取 JIRA API 令牌
将您的 JIRA API 令牌存储在 1Password 中
2. 设置 Visual Studio Code
打开配置文件:
- macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Windows:
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
添加以下设置:
环境变量解释:
JIRA_HOST
:JIRA 主机 URLJIRA_EMAIL
:您的 JIRA 帐户电子邮件地址JIRA_API_TOKEN
:对存储在 1Password 中的 JIRA API 令牌的引用。
JIRA API TOKEN 旨在存储在 1Password 中。对于JIRA API Token
,指定 1Password 中相应字段的路径。可以通过右键单击该字段来复制路径。
start-server.sh
脚本将自动使用 1Password CLI 解析环境变量并启动服务器。
如何使用
获取问题
获取 JIRA 问题的详细信息。
执照
麻省理工学院
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
模型上下文协议服务器使 ChatGPT 和其他 AI 助手能够直接与 JIRA 问题进行交互,目前提供检索问题详细信息的功能。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.Last updated -32Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.Last updated -7211TypeScriptMIT License
- -securityAlicense-qualityA Simple Model Context Protocol server that enables AI assistants to interact with Jira, allowing operations like fetching tickets, adding comments, and updating ticket status.Last updated -1PythonApache 2.0
- -securityFlicense-qualityModel Context Protocol server that allows AI assistants to interact with Jira, supporting operations like creating tickets and fetching project information directly from the cursor.Last updated -Python