MCP server that triangulates customer support tickets and feature requests to help PMs decide what to build next
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pm-copilot": {
"command": "npx",
"args": [
"-y",
"dkships/pm-copilot"
]
}
}
}
Run in terminal:
claude mcp add pm-copilot npx -y dkships/pm-copilot
Add to .cursor/mcp.json:
{
"mcpServers": {
"pm-copilot": {
"command": "npx",
"args": [
"-y",
"dkships/pm-copilot"
]
}
}
}