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

Installation

npx -y pm-copilot

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub

You might also like