MCP Directory

dkships/pm-copilot

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y pm-copilot

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from dkships/pm-copilot your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route dkships/pm-copilot intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add pm-copilot

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use dkships/pm-copilot directly without routing

npx -y pm-copilot

New to Agent-CoreX? View setup guide →

dkships/pm-copilot MCP Server — Agent-CoreX