PM Agent Server
БесплатноНе проверенAn MCP server that provides tools for product management tasks like backlog prioritization, feedback analysis, capacity assessment, and dependency mapping.
Описание
An MCP server that provides tools for product management tasks like backlog prioritization, feedback analysis, capacity assessment, and dependency mapping.
README
Overview
MCP server with 4 tools to help Product Manager (Asha) make data-driven decisions.
The 4 Tools
1. prioritize_backlog
Ranks backlog items (1-35) by RICE scoring.
- Input: method, max_results, filters
- Output: Ranked items with flags (dependencies, stale, unestimated, no customer signal)
2. analyze_feedback
Extracts themes from 90 customer feedback entries.
- Input: group_by, sentiment_filter, bias_analysis flag
- Output: Themes with customer segments, bias warnings
3. assess_capacity
Calculates real team capacity for a sprint.
- Input: sprint_id, engineer names (optional)
- Output: Team capacity + per-engineer breakdown with warnings
- Formula Discovered:
available = (21 - pto_days × 2.1) × (allocation/100) - carry_over
4. map_dependencies
Maps dependency chains for backlog items.
- Input: item_ids, max_depth
- Output: Dependency graph, cycles detected, risk flags
Setup
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python server.py
Data Path Contract
The server reads data from PM_AGENT_DATA environment variable:
export PM_AGENT_DATA=/path/to/data
python server.py
Falls back to ./data if env var not set.
Tools Usage
Each tool returns JSON with:
status: "success" or "error"data: Tool-specific outputmessage: Error details if status is "error"
Files
server.py- MCP server entry pointtools/- Tool implementationsdata/- Sample data for local testingrequirements.txt- Dependencies
Установка PM Agent Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aastha-0152/claude-olympics-round1FAQ
PM Agent Server MCP бесплатный?
Да, PM Agent Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для PM Agent Server?
Нет, PM Agent Server работает без API-ключей и переменных окружения.
PM Agent Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить PM Agent Server в Claude Desktop, Claude Code или Cursor?
Открой PM Agent Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare PM Agent Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
