Skip to main content
Glama

MCP Server for JIRA

by kuvanov-2

JIRA 的 MCP 服务器

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

功能

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

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

安装

# リポジトリをクローン 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>

执照

麻省理工学院

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

模型上下文协议服务器使 ChatGPT 和其他 AI 助手能够直接与 JIRA 问题进行交互,目前提供检索问题详细信息的功能。

  1. 功能
    1. 安装
      1. 环境
        1. 提前准备
        2. 1-1。设置 1Password CLI
        3. 1-2。获取 JIRA API 令牌
        4. 设置 Visual Studio Code
      2. 如何使用
        1. 获取问题
      3. 执照

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.
          Last updated -
          Python
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.
          Last updated -
          3
          2
          Python
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          15
          1
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.
          Last updated -
          101
          4
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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