Skip to main content
Glama

Jira AI Auditor

Jira 대시보드가 보여주지 못하는 문제를 찾아내세요.

Claude Desktop에서 바로 고급 프로젝트 상태 점검을 실행할 수 있는 MCP(Model Context Protocol) 서버입니다. 기한이 지난 작업, 담당자가 배정되지 않은 진행 중인 작업, 재오픈된 이슈를 즉시 감지하고 0~100점의 헬스 점수로 보여줍니다.


기능

  • 실시간 헬스 점수 — 0~100점 프로젝트 헬스 점수와 세부 분석을 즉시 제공합니다.

  • 스마트 위험 감지 — 기한이 지난 작업, 담당자가 배정되지 않은 진행 중인 작업, 재오픈된 이슈에 플래그를 표시합니다.

  • 네이티브 Claude 통합 — 추가 웹 앱이 필요 없습니다. Claude Desktop에서 직접 감사를 실행합니다.

  • 팀 업무량 분석 — 작업이 팀에 어떻게 분배되어 있는지 확인할 수 있습니다.


Related MCP server: Jira MCP Server

요구 사항


설치

1. 저장소를 클론합니다:

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

2. 의존성을 설치합니다:

npm install

3. Jira 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 KAN

  • What's the health score of my PROJECT?

  • Find all overdue tasks in KAN


베타 프로그램

실제 프로젝트에서 이 도구를 테스트해 볼 엔지니어링 매니저와 PM을 찾고 있습니다.

👉 무료 베타 액세스 신청하기


라이선스

독점 라이선스 — © 2026 Avtandil Labs. All rights reserved.


지원

이 도구가 팀에 가치를 제공하고 시간을 절약해 준다면, 개발을 후원해 주세요!

👉 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