jiri-mcp
jiri-mcp — Jira MCP 服务器
一个 MCP(Model Context Protocol)服务器,将 AI 智能体连接到 Jira Cloud,支持通过自然语言进行问题管理。
功能
工具 | 说明 |
| 使用 JQL 搜索问题 |
| 获取问题的完整详情 |
| 创建新问题 |
| 更新问题字段 |
| 添加评论 |
| 列出可用的状态转换 |
| 更改问题状态 |
| 指派/取消指派问题 |
| 列出可访问的项目 |
| 按姓名/邮箱搜索用户 |
Related MCP server: Jira Extended MCP Server
设置
1. 安装依赖
npm install2. 配置环境
复制示例环境文件并填写你的凭据:
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
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.65Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Jira Cloud projects with full CRUD operations, bulk actions, sprint and release management, and issue linking using natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.71MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Jira Cloud issues, supporting create, read, update, delete, search, and transition operations via natural language.36MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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