jira-ai-auditor
Jira AI Auditor
Найдите проблемы, которые ваш Jira-дашборд не показывает.
MCP-сервер (Model Context Protocol), который приносит расширенный аудит здоровья проектов прямо в ваш Claude Desktop. Мгновенно находите просроченные задачи, активные работы без исполнителя и переоткрытые задачи — с оценкой здоровья от 0 до 100.
Возможности
Оценка здоровья в реальном времени — мгновенная оценка здоровья проекта от 0 до 100 с подробной детализацией
Умное обнаружение рисков — отмечает просроченные задачи, активные работы без исполнителя и переоткрытые задачи
Нативная интеграция с Claude — никаких дополнительных веб-приложений: запускайте аудит прямо в Claude Desktop
Анализ загрузки команды — видно, как задачи распределены между участниками команды
Related MCP server: Jira MCP Server
Требования
Node.js версии 18 или выше
Аккаунт Jira Cloud с доступом к API
Установка
1. Клонируйте репозиторий:
git clone https://github.com/YOUR_USERNAME/jira-ai-auditor.git
cd jira-ai-auditor2. Установите зависимости:
npm install3. Получите API-токен Jira:
Перейдите в раздел Настройки аккаунта Atlassian
Нажмите Create API token — англ. «Создать API-токен»
Скопируйте токен
4. Настройте Claude Desktop:
Откройте свой claude_desktop_config.json и добавьте:
{
"mcpServers": {
"jira-ai-auditor": {
"command": "node",
"args": ["/full/path/to/jira-ai-auditor/index.js"],
"env": {
"JIRA_DOMAIN": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@company.com",
"JIRA_API_TOKEN": "your-api-token-here"
}
}
}
}5. Перезапустите Claude Desktop и начните аудит:
Audit my Jira project KAN
Использование
После подключения просто обратитесь к Claude:
Audit project KANWhat's the health score of my PROJECT?Find all overdue tasks in KAN
Бета-программа
Мы ищем инженеров-менеджеров и продакт-менеджеров, чтобы протестировать этот инструмент на реальных проектах.
👉 Запросить бесплатный бета-доступ
Лицензия
Проприетарная лицензия — © 2026 Avtandil Labs. Все права защищены.
Поддержка
Если этот инструмент приносит пользу вашей команде и экономит ваше время, поддержите развитие проекта!
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with Jira for managing projects, issues, tasks, and workflows through the Model Context Protocol, allowing users to delegate PM tasks through Claude Desktop.4863MIT
- AlicenseCqualityDmaintenanceConnects Jira with Claude, enabling users to search issues, view issue details, update issues, add comments, and retrieve project information through natural language commands.1651MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude AI to interact with JIRA for project management and issue tracking, supporting JQL queries, comprehensive issue details retrieval with subtasks and linked issues, and release planning analysis.MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants like Claude to Jira projects, enabling natural language queries and operations for issue management, project tracking, comments, and workflows through the Jira REST API.13,87272ISC
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
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/Avtandil-abu/jira-ai-auditor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server