PM-Copilot MCP
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-Copilot MCPGenerate a PRD for a mobile checkout feature"
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-Copilot MCP
An AI-powered Product Management Operating System exposed as a Model Context Protocol server. It gives Product Managers, founders, and product leaders a set of tools, prompts, and reference resources for the workflows they do every day — PRDs, user stories, prioritization, competitor analysis, roadmaps, KPIs, meeting notes, and product strategy — directly from Claude Desktop, Claude Code, Cursor, Windsurf, or any other MCP-compatible client.
How generation works
PM-Copilot does not call out to an LLM API itself. Tools that produce narrative documents (PRDs,
user stories, competitor analysis, roadmaps, KPIs, meeting summaries, strategy docs) use the MCP
sampling capability to ask the connected client's own model to do the writing, using a
PM-best-practices system prompt and a structured request. prioritize_features is fully
deterministic: it computes RICE and ICE scores and MoSCoW buckets in code.
Related MCP server: Tycana
Tools
Tool | Purpose |
| Enterprise-grade Product Requirement Document |
| INVEST-compliant user stories with acceptance criteria and edge cases |
| RICE / ICE / MoSCoW scoring and final prioritization |
| Feature comparison matrix, SWOT, and strategic recommendations |
| Quarterly roadmap with milestones, dependencies, risks |
| North Star metric with leading/lagging indicators |
| Summary, decisions, risks, action items, follow-ups |
| Vision, mission, goals, market analysis, positioning, growth plan |
Resources
pm-copilot://templates/{prd,roadmap,user-story,strategy}— reusable document templatespm-copilot://frameworks— reference definitions for RICE, ICE, MoSCoW, Kano, JTBD, Opportunity Solution Tree, SWOT, Porter's Five Forces, and PESTLE
Prompts
create_prd, generate_user_stories_prompt, analyze_competitor, build_product_strategy,
create_quarterly_roadmap — each wraps the corresponding tool with the right arguments.
Project structure
src/
tools/ one module per MCP tool
resources/ templates + framework library, registered as MCP resources
prompts/ guided prompt wrappers around the tools
schemas/ Zod input schemas and shared validation helpers
utils/ structured logger and the sampling helper
server.ts builds and wires the McpServer
cli.ts stdio entrypoint (`pm-copilot-mcp` binary)
tests/ Jest unit testsDevelopment
npm install
npm run build # compile TypeScript to dist/
npm test # run the Jest test suite
npm run start # run the compiled server over stdioDocker
docker build -t pm-copilot-mcp .
docker run -i pm-copilot-mcpThe server communicates over stdio (the standard MCP transport for desktop clients), so run the
container interactively (-i) rather than publishing a port.
Claude Desktop configuration
{
"mcpServers": {
"pm-copilot": {
"command": "node",
"args": ["/path/to/pm-copilot-mcp/dist/cli.js"]
}
}
}Quality
All tool inputs are validated with Zod; invalid input raises a descriptive error before any generation happens.
Structured JSON logs are written to stderr so they never collide with MCP JSON-RPC traffic on stdout.
Tool results return both human-readable text and
structuredContentfor programmatic clients.
Roadmap
Planned premium features include PM intelligence (usage/retention analytics), Jira/Notion/Linear integrations, and an AI product coach for interview and case-study practice — see the original product brief for the full commercialization plan.
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-qualityCmaintenanceTransforms scattered customer feedback from sources like Slack, Zoom, and JIRA into actionable product insights and AI-generated PRDs. It features over 50 tools for semantic clustering, sentiment analysis, and VOC-based prioritization to streamline product management workflows.Last updated1MIT
- Alicense-qualityDmaintenanceAI-native productivity backend that gives your AI assistant persistent memory, pattern awareness, and computed intelligence about your work. 14 MCP tools for task management, daily planning, weekly review, and personal context.Last updatedMIT
- Alicense-qualityBmaintenanceAI-native project management with persistent memory for coding agents. 17 MCP tools for features, stories, sprints, architecture decisions, knowledge base, and session tracking.Last updated2MIT
- AlicenseAqualityCmaintenanceMCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.Last updated195818Apache 2.0
Related MCP Connectors
AIOProductOS: revenue, feedback, work and analytics on one customer record. 71 tools, 3 apps.
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
Cloud MCP for project data, analytics, research, content planning, media generation, and growth.
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/Sumukhmg/Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server