PM Agent MCP Server
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., "@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 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-qualityFmaintenanceMCP server for Atlassian Confluence and Jira Cloud with 51 tools to manage pages, issues, sprints, boards, and backlogs.6626MIT
- AlicenseBqualityAmaintenanceAn MCP server that extends Jira and Confluence with tools for issue management, agile boards, attachments, and calendars.263MIT
- AlicenseCqualityFmaintenanceMCP server for project management automation, providing tools for project health, documentation, task management, security scanning, and CI/CD validation.271MIT
- Flicense-qualityDmaintenanceAn MCP server that provides tools to consult predefined or custom stakeholder personas for iterative product feedback and design reviews.1
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
A MCP server built for developers enabling Git based project management with project and personal…
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/aastha-0152/claude-olympics-round1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server