Hi everyone,
I wanted to share an MCP server I’ve built called Jira Project Health Auditor.
Most Jira integrations just give AI full read/write access to dump or move tickets. I wanted to build something that acts as an analytical layer specifically for engineering managers and team leads to audit project risk directly from Cursor.
Why it’s different:
- Language-Independent: Status detection is based on Jira’s native status categories, not English text matching. It works flawlessly whether your workflows are in English, Russian, or any other language.
- Silent Reopen Detection: It scans the actual Jira changelog history to catch tickets that were marked Done but quietly reopened—something basic filters usually miss.
- Proportional Health Score: Returns a clear risk score (0–100) based on overdue, unassigned, and reopened work.
How to use it:
It has a Free Tier with 5 project health audits per day. You can run it completely locally.
- Landing Page: https://vercel.app
- GitHub Repository: https://github.com
I would love to hear your thoughts, feedback, or any features you’d like to see added!