Skip to main content
Glama

jiri-mcp — Jira MCP 服务器

一个 MCP(Model Context Protocol)服务器,将 AI 智能体连接到 Jira Cloud,支持通过自然语言进行问题管理。

功能

工具

说明

search_issues

使用 JQL 搜索问题

get_issue

获取问题的完整详情

create_issue

创建新问题

update_issue

更新问题字段

add_comment

添加评论

list_transitions

列出可用的状态转换

transition_issue

更改问题状态

assign_issue

指派/取消指派问题

list_projects

列出可访问的项目

search_users

按姓名/邮箱搜索用户

Related MCP server: Jira Extended MCP Server

设置

1. 安装依赖

npm install

2. 配置环境

复制示例环境文件并填写你的凭据:

cp .env.example .env

你需要准备:

  • JIRA_HOST — 你的 Jira Cloud URL(例如 https://yourcompany.atlassian.net

  • JIRA_EMAIL — 你的 Atlassian 账户邮箱

  • JIRA_API_TOKEN — 从 Atlassian API Tokens 获取的 API 令牌

3. 构建

npm run build

用法

在 Antigravity 中使用

mcp_config.json 复制到你的 Antigravity 配置目录,并更新环境变量:

# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json

# Or project-specific
cp mcp_config.json .agents/mcp_config.json

编辑复制后的文件,填入你真实的凭据:

{
  "mcpServers": {
    "jira": {
      "command": "node",
      "args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
      "env": {
        "JIRA_HOST": "https://yourcompany.atlassian.net",
        "JIRA_EMAIL": "you@example.com",
        "JIRA_API_TOKEN": "your-api-token"
      }
    }
  }
}

开发模式

npm run dev

生产环境

npm run build
npm start

示例提示词

连接成功后,你可以直接向 AI 智能体提出类似这样的问题:

  • "在项目 MYAPP 中搜索未解决的 bug"

  • "MYAPP-123 当前处于什么状态?"

  • "在 MYAPP 中创建一个任务:修复登录超时问题,优先级为 High"

  • "将 MYAPP-456 移动到 In Progress"

  • "向 MYAPP-789 添加一条评论:修复已部署到 staging 环境"

  • "MYAPP-321 指派给了谁?"

许可证

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

View all MCP Connectors

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/chatchawarn035/jira-mcp-type-script'

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