Back to MCP Servers
Pm Copilot
Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by convergence (same signal in both sources = 2x boost), scrubs PII, and accepts business metrics from other MCP servers via `kpi_context` for composable …
product-management
By dkships
Installation
npx -y pm-copilotConfiguration
{
"mcpServers": {
"pm-copilot": {
"command": "npx",
"args": ["-y", "pm-copilot"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes