jira-ai-auditor
Jira AI Auditor
Jiraダッシュボードでは見えない問題を見つけ出します。
高度なプロジェクトヘルス監査をClaude Desktopに直接もたらすMCP(Model Context Protocol)サーバーです。期限切れタスク、未担当のアクティブな作業、再オープンされた課題を即座に検出し、0〜100のヘルススコアを提供します。
機能
リアルタイムヘルススコア — 詳細な内訳付きで0〜100のプロジェクトヘルススコアを即時表示
リスク検知 — 期限切れタスク、未担当のアクティブな作業、再オープンされた課題を検出
Claudeネイティブ統合 — 追加のWebアプリは不要。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 project health score of my PROJECT?Find all overdue tasks in KAN
ベータ・プログラム
本ツールを実際のプロジェクトでテストしていただけるエンジニアリングマネージャーやプロジェクトマネージャーの方々を募集しています。
ライセンス
プロプライエタリ — © 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