Jira Daily PM Radar
Analyzes Jira projects for daily project management insights: tracks issue changes, sprint health, backlog smells, and unanswered comments, generating reports and evidence summaries.
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 Daily PM Radarrun daily report for project TWIN"
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 Daily PM Radar
Ежедневный PM-радар по Jira: что изменилось со вчера, где текущий спринт завис, что в backlog уже пахнет, что плохо оформлено и что проджекту надо сделать сегодня.
Проект сделан как демонстрационный agent skill package: внутри есть Python 3.12 CLI, async Jira client, MCP server, Open Skill-папка, HTML-отчет, security gates и mock-режим без реальной Jira.
Быстрый старт (без клонирования)
Если у вас установлен uv, вы можете запустить радар мгновенно через uvx:
# Запуск с mock-данными (не нужна реальная Jira)
uvx --from git+https://github.com/letya999/jira-daily-pm-radar.git \
jira-radar daily --project DEMO --mock --out reports/Related MCP server: Issue Tracker MCP
Установка скилла
Шаг 1: Регистрация в Skills CLI
Используйте Skills CLI для мгновенной регистрации навыка во всех AI-агентах (Claude Code, Gemini CLI, Cursor и др.):
npx skills add -g letya999/jira-daily-pm-radarПосле этого агент будет знать, как запускать радар через uvx. Никакого клонирования и настройки venv вручную не требуется.
Шаг 2: Настройка MCP клиента
Добавьте следующую конфигурацию в ваш MCP-клиент (например, ~/.claude/mcp.json):
{
"mcpServers": {
"jira-daily-pm-radar": {
"command": "uvx",
"args": [
"--from", "git+https://github.com/letya999/jira-daily-pm-radar.git[mcp]",
"jira-radar-mcp"
],
"env": {
"JIRA_BASE_URL": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "you@example.com",
"JIRA_API_TOKEN": "your_api_token"
}
}
}
}Работа с реальной Jira (через CLI)
export JIRA_BASE_URL=https://your-domain.atlassian.net
export JIRA_EMAIL=you@example.com
export JIRA_API_TOKEN=your_api_token
uvx --from git+https://github.com/letya999/jira-daily-pm-radar.git \
jira-radar daily --project TWIN --board-id 123 --since yesterday --out reports/Команды uvx:
... jira-radar doctor- проверка связи... jira-radar daily- ежедневный отчет... jira-radar sprint- статус спринта... jira-radar backlog- аудит бэклога
Разработка
Для локальной разработки склонируйте репозиторий и используйте uv sync:
git clone https://github.com/letya999/jira-daily-pm-radar.git
cd jira-daily-pm-radar
uv sync --all-extrasНастройка (local-only)
Linux / macOS: bash scripts/setup.sh
Windows: powershell -ExecutionPolicy Bypass -File .\scripts\setup.ps1
Запуск тестов и линтеров
uv run ruff format .
uv run ruff check .
uv run mypy src tests
uv run pytestSkill
Skill лежит здесь: skills/jira-daily-pm-radar/SKILL.md.
Главная идея: агент сначала читает SKILL.md, затем использует uvx для запусков.
Security gates
В проекте настроены:
pre-commit (ruff, mypy, bandit, detect-secrets)
GitHub Actions CI (lint, tests, security scan)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.Last updated92Apache 2.0
- Alicense-qualityDmaintenanceEnables seamless Jira issue and sprint management directly from the terminal or IDE without context switching. Supports full issue lifecycle operations including creation, updates, and search, plus sprint planning, commenting, and project analytics through natural language commands.Last updated20MIT
- Flicense-qualityDmaintenanceProvides read-only issue and project management tools for Jira Server/DC, enabling querying issues, projects, and assignments via natural language.Last updated
- Alicense-qualityCmaintenanceA Scrum-aware MCP server that provides semantic analysis of Jira issues, sprint health, and Agile workflow intelligence, returning structured summaries and recommendations instead of raw Jira payloads.Last updated5MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Generate answers & visualizations from your engineering data to track software development health.
Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.
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/letya999/jira-daily-pm-radar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server