jira-ai-auditor
Provides project health auditing for Jira, including health scores, risk detection for overdue, unassigned, and reopened issues, and team workload analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-ai-auditorAudit project KAN"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira AI Auditor
Find the problems your Jira dashboard doesn't show you.
An MCP (Model Context Protocol) server that brings advanced project health auditing directly into your Claude Desktop. Instantly detect overdue tasks, unassigned active work, and reopened issues — with a 0–100 health score.
Features
Real-Time Health Score — Instant 0–100 project health score with detailed breakdown
Smart Risk Detection — Flags overdue tasks, unassigned active work, and reopened issues
Native Claude Integration — No extra web apps. Run audits directly inside Claude Desktop
Team Workload Analysis — See how tasks are distributed across your team
Related MCP server: Jira MCP Server
Requirements
Node.js v18 or higher
A Jira Cloud account with API access
Installation
1. Clone the repository:
git clone https://github.com/YOUR_USERNAME/jira-ai-auditor.git
cd jira-ai-auditor2. Install dependencies:
npm install3. Get your Jira API Token:
Click Create API token
Copy the token
4. Configure Claude Desktop:
Open your claude_desktop_config.json and add:
{
"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. Restart Claude Desktop and start auditing:
Audit my Jira project KAN
Usage
Once connected, simply ask Claude:
Audit project KANWhat's the health score of my PROJECT?Find all overdue tasks in KAN
Beta Program
We're looking for engineering managers and PMs to test this tool on real projects.
License
Proprietary — © 2026 Avtandil Labs. All rights reserved.
Support
If this tool provides value to your team and saves your time, consider supporting the development!
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