PM-Copilot MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_prdC | Create an enterprise-grade Product Requirement Document from a feature idea. |
| generate_user_storiesC | Generate INVEST-compliant agile user stories with acceptance criteria and edge cases. |
| prioritize_featuresA | Rank features using RICE, ICE, and MoSCoW frameworks. Accepts plain feature names or objects with reach/impact/confidence/effort/ease to refine the scoring; missing fields use sensible defaults. |
| competitor_analysisC | Analyze competitors and identify strategic opportunities using a SWOT-style breakdown. |
| generate_roadmapC | Generate a quarterly roadmap with milestones, dependencies, risks, and success indicators. |
| generate_kpisC | Generate a KPI framework with a North Star Metric, leading/lagging indicators, and dashboards. |
| analyze_meeting_notesB | Extract a summary, decisions, risks, action items, and follow-ups from meeting notes. |
| generate_strategyC | Build a product strategy document: vision, mission, goals, market analysis, positioning, growth plan. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_prd | Generate a complete PRD from a feature idea and business objective. |
| create_quarterly_roadmap | Generate a roadmap with milestones, dependencies, and KPIs. |
| build_product_strategy | Generate a strategic plan aligned with business goals. |
| analyze_competitor | Generate feature comparison, SWOT analysis, and recommendations. |
| generate_user_stories_prompt | Create INVEST-compliant user stories with acceptance criteria. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| template-prd | Reusable prd template used by PM-Copilot tools. |
| template-roadmap | Reusable roadmap template used by PM-Copilot tools. |
| template-user-story | Reusable user-story template used by PM-Copilot tools. |
| template-strategy | Reusable strategy template used by PM-Copilot tools. |
| framework-library | Reference definitions for prioritization, discovery, and strategic analysis frameworks. |
TDQS
Scored across 8 tools
Each tool targets a distinct product management task: meeting analysis, competitor analysis, KPI generation, PRD creation, roadmap, strategy, user stories, and prioritization. There is no functional overlap.
Most tools follow a verb_noun pattern (generate_*, analyze_meeting_notes, prioritize_features), but 'competitor_analysis' deviates to noun_noun. Overall consistent and readable.
With 8 tools, the set is well-scoped for a product management assistant, covering essential planning and analysis tasks without unnecessary bloat.
The tools cover core planning and analysis functions (PRD, roadmap, strategy, user stories, prioritization, KPIs, competitor analysis). Missing operational features like tracking or updating items, but comprehensive for the stated purpose.