Skip to main content
Glama

Jira MCP Server

Jira MCP 服务器

简单模型上下文协议 (MCP) 服务器允许 AI 助手与 Jira 交互。该服务器使 AI 能够执行以下操作:

  • 获取用户分配的票证
  • 向票证添加评论
  • 获取可用的状态转换
  • 更新票证状态

先决条件

  • Docker
  • 具有 API 访问权限的 Jira 帐户
  • 配置环境变量(见下文)

环境变量

在根目录中创建一个.env文件,内容如下:

JIRA_SERVER=https://yourcompany.atlassian.net JIRA_USERNAME=yourname@yourcompany.com JIRA_API_KEY=yourapikey JIRA_PROJECT_KEY=yourprojectkey

从以下网址获取您的 API 密钥: https://id.atlassian.com/manage-profile/security/api-tokens

本地运行

选项 1:使用 Docker

# Build and run with Docker chmod +x run_docker_locally.sh ./run_docker_locally.sh

选项 2:使用 Python

  1. 安装依赖项:
pip install -r requirements.txt
  1. 运行服务器:
uvicorn src.server:app --reload

这将在http://localhost:8000上启动服务器。

使用 MCP 服务器

MCP 服务器的地址为http://localhost:8000/mcp

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

简单模型上下文协议服务器,使 AI 助手能够与 Jira 交互,允许执行获取票证、添加评论和更新票证状态等操作。

  1. 先决条件
    1. 环境变量
      1. 本地运行
        1. 选项 1:使用 Docker
        2. 选项 2:使用 Python
      2. 使用 MCP 服务器

        Related MCP Servers

        • 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
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.
          Last updated -
          5
          87
          2
          TypeScript
          MIT License
          • 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/maximepeabody/simple-jira-mcp'

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