Skip to main content
Glama

JIRA 的 MCP 服务器

该模型上下文协议 (MCP) 服务器提供与 JIRA 的集成。 ChatGPT 和其他 AI 助手将能够直接处理 JIRA 问题。

功能

该 MCP 服务器提供以下工具:

  • get_issue :获取有关 JIRA 问题的详细信息

Related MCP server: Jira MCP Server

安装

# リポジトリをクローン git clone https://github.com/kuvanov-2/mcp-server-jira.git cd mcp-server-jira # 依存関係をインストール npm install # ビルド npm run build

环境

要使用 MCP 服务器,您必须配置以下内容:

1. 提前准备

1-1。设置 1Password CLI

安装 1Password 桌面应用程序。

安装 1Password CLI。

brew install 1password-cli

在 1Password(桌面应用程序)设置中启用 CLI 集成。

1-2。获取 JIRA API 令牌

在此获取您的 JIRA API TOKEN

将您的 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

添加以下设置:

{ "mcpServers": { "github.com/kuvanov-2/mcp-server-jira": { "command": "/path/to/mcp-server-jira/start-server.sh", "env": { "JIRA_HOST": "https://your-domain.atlassian.net", "JIRA_EMAIL": "your-email@example.com", "JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token" }, "disabled": false, "autoApprove": [] } } }

环境变量解释:

  • JIRA_HOST :JIRA 主机 URL

  • JIRA_EMAIL :您的 JIRA 帐户电子邮件地址

  • JIRA_API_TOKEN :对存储在 1Password 中的 JIRA API 令牌的引用。

JIRA API TOKEN 旨在存储在 1Password 中。对于JIRA API Token ,指定 1Password 中相应字段的路径。可以通过右键单击该字段来复制路径。

start-server.sh脚本将自动使用 1Password CLI 解析环境变量并启动服务器。

如何使用

获取问题

获取 JIRA 问题的详细信息。

<use_mcp_tool> <server_name>github.com/kuvanov-2/mcp-server-jira</server_name> <tool_name>get_issue</tool_name> <arguments> { "issueKey": "PROJ-123" } </arguments> </use_mcp_tool>

执照

麻省理工学院

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kuvanov-2/mcp-server-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server