jira-ai-auditor
Jira AI Auditor
Jira 대시보드가 보여주지 못하는 문제를 찾아내세요.
Claude Desktop에서 바로 고급 프로젝트 상태 점검을 실행할 수 있는 MCP(Model Context Protocol) 서버입니다. 기한이 지난 작업, 담당자가 배정되지 않은 진행 중인 작업, 재오픈된 이슈를 즉시 감지하고 0~100점의 헬스 점수로 보여줍니다.
기능
실시간 헬스 점수 — 0~100점 프로젝트 헬스 점수와 세부 분석을 즉시 제공합니다.
스마트 위험 감지 — 기한이 지난 작업, 담당자가 배정되지 않은 진행 중인 작업, 재오픈된 이슈에 플래그를 표시합니다.
네이티브 Claude 통합 — 추가 웹 앱이 필요 없습니다. Claude Desktop에서 직접 감사를 실행합니다.
팀 업무량 분석 — 작업이 팀에 어떻게 분배되어 있는지 확인할 수 있습니다.
Related MCP server: Jira MCP Server
요구 사항
Node.js v18 이상
API 접근 권한이 있는 Jira Cloud 계정
설치
1. 저장소를 클론합니다:
git clone https://github.com/YOUR_USERNAME/jira-ai-auditor.git
cd jira-ai-auditor2. 의존성을 설치합니다:
npm install3. Jira API 토큰을 발급받습니다:
Atlassian 계정 설정으로 이동합니다.
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
베타 프로그램
실제 프로젝트에서 이 도구를 테스트해 볼 엔지니어링 매니저와 PM을 찾고 있습니다.
라이선스
독점 라이선스 — © 2026 Avtandil Labs. All rights reserved.
지원
이 도구가 팀에 가치를 제공하고 시간을 절약해 준다면, 개발을 후원해 주세요!
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