Skip to main content
Glama

Jira AI Auditor

Найдите проблемы, которые ваш Jira-дашборд не показывает.

MCP-сервер (Model Context Protocol), который приносит расширенный аудит здоровья проектов прямо в ваш Claude Desktop. Мгновенно находите просроченные задачи, активные работы без исполнителя и переоткрытые задачи — с оценкой здоровья от 0 до 100.


Возможности

  • Оценка здоровья в реальном времени — мгновенная оценка здоровья проекта от 0 до 100 с подробной детализацией

  • Умное обнаружение рисков — отмечает просроченные задачи, активные работы без исполнителя и переоткрытые задачи

  • Нативная интеграция с Claude — никаких дополнительных веб-приложений: запускайте аудит прямо в Claude Desktop

  • Анализ загрузки команды — видно, как задачи распределены между участниками команды


Related MCP server: Jira MCP Server

Требования

  • Claude Desktop

  • Node.js версии 18 или выше

  • Аккаунт Jira Cloud с доступом к API


Установка

1. Клонируйте репозиторий:

git clone https://github.com/YOUR_USERNAME/jira-ai-auditor.git
cd jira-ai-auditor

2. Установите зависимости:

npm install

3. Получите API-токен Jira:

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 KAN

  • What's the health score of my PROJECT?

  • Find all overdue tasks in KAN


Бета-программа

Мы ищем инженеров-менеджеров и продакт-менеджеров, чтобы протестировать этот инструмент на реальных проектах.

👉 Запросить бесплатный бета-доступ


Лицензия

Проприетарная лицензия — © 2026 Avtandil Labs. Все права защищены.


Поддержка

Если этот инструмент приносит пользу вашей команде и экономит ваше время, поддержите развитие проекта!

👉 Поддержать нашу работу на Ko-fi

F
license - not found
Not graded
quality - not tested
C
maintenance

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    48
    63
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Connects Jira with Claude, enabling users to search issues, view issue details, update issues, add comments, and retrieve project information through natural language commands.
    1
    65
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects 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,872
    72
    ISC

View all related MCP servers

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.

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/Avtandil-abu/jira-ai-auditor'

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