dkships/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 prioritization.
Quick Start
Clone the repository:
git clone https://github.com/dkships/pm-copilotClaude Desktop configuration example:
{
"mcpServers": {
"pm-copilot": {
"command": "npx",
"args": [
"-y",
"dkships/pm-copilot"
]
}
}
}Check the repository README for specific installation and configuration instructions.