PM Agent MCP Server
Click on "Deploy 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., "@PM Agent MCP ServerPrioritize backlog by RICE score"
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.
PM Agent MCP Server
Overview
MCP server with 4 tools to help Product Manager (Asha) make data-driven decisions.
Related MCP server: mcp-atlassian-extended
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.pyData Path Contract
The server reads data from PM_AGENT_DATA environment variable:
export PM_AGENT_DATA=/path/to/data
python server.pyFalls 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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Product Management
MCP Server for JFrog, providing tools for development and artifact management.
An MCP server that automatically collects feedback on your MCP server.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceMCP server for Atlassian Confluence and Jira Cloud with 51 tools to manage pages, issues, sprints, boards, and backlogs.377 npm7MIT
- AlicenseBqualityBmaintenanceAn MCP server that extends Jira and Confluence with tools for issue management, agile boards, attachments, and calendars.2641 PyPI3MIT
- AlicenseCqualityFmaintenanceMCP server for project management automation, providing tools for project health, documentation, task management, security scanning, and CI/CD validation.271MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools to consult predefined or custom stakeholder personas for iterative product feedback and design reviews.1-