jiri-mcp
jiri-mcp — Jira MCP Server
MCP-сервер (Model Context Protocol), который подключает ИИ-агентов к Jira Cloud и позволяет управлять задачами с помощью естественного языка.
Возможности
Инструмент | Описание |
| Поиск задач с помощью JQL |
| Получение полной информации о задаче |
| Создание новых задач |
| Обновление полей задачи |
| Добавление комментариев |
| Список доступных переходов статусов |
| Изменение статуса задачи |
| Назначение/снятие исполнителя задачи |
| Список доступных проектов |
| Поиск пользователей по имени/email |
Related MCP server: Jira Extended MCP Server
Настройка
1. Установите зависимости
npm install2. Настройте окружение
Скопируйте пример env-файла и заполните свои учётные данные:
cp .env.example .envВам понадобятся:
JIRA_HOST — URL вашего Jira Cloud (например,
https://yourcompany.atlassian.net)JIRA_EMAIL — адрес электронной почты вашей учётной записи Atlassian
JIRA_API_TOKEN — API-токен с Atlassian API Tokens
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Примеры запросов
После подключения вы можете попросить ИИ-агента, например:
«Найди открытые баги в проекте MYAPP»
«Какой статус у 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