Skip to main content
Glama

MCP Jira

Jira 的模型上下文协议 (MCP) 服务器。此集成支持更新 Jira 仪表板。

示例用法

要求你的人工智能助手:

  • 📝 创建 Jira 工单- 直接从光标创建 Jira 工单

  • 📄 获取项目信息- 获取项目信息

功能演示

演示

Related MCP server: Jira MCP Server

快速入门指南

1.身份验证设置

首先,为 Jira 生成必要的身份验证令牌:

对于云

  1. 前往https://id.atlassian.com/manage-profile/security/api-tokens

  2. 点击创建 API 令牌,并命名

  3. 复制令牌

2.安装

  1. 克隆这个 repo。

  2. 安装uv

IDE 集成

MCP Jira 可以与您最喜欢的 IDE 一起工作。

示例:游标配置

{
  "mcpServers": {
    "jira": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/PATH/TO/jira/server",
        "run",
        "jira.py"
      ],
      "env": {
        "JIRA_API_TOKEN": "XXXX",
        "JIRA_BASE_URL": "XXXX",
        "JIRA_USER_EMAIL": "XXXX",
        "JIRA_USER_ID": "XXXX" 
      }
    },
  }
}

评论

这不是 Atlassian 官方产品。

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/TusharShahi/mcp-jira'

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