Skip to main content
Workplace & ProductivityTypeScript

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.

product-managementcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/dkships/pm-copilot

Claude Desktop configuration example:

{
  "mcpServers": {
    "pm-copilot": {
      "command": "npx",
      "args": [
        "-y",
        "dkships/pm-copilot"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Workplace & Productivity
Language
TypeScript
Author
dkships