prinsight

ssmubc/prinsight
★ 0 stars TypeScript 🤖 AI/LLM Updated today
ML-powered GitHub PR intelligence agent with MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prinsight": {
      "command": "npx",
      "args": [
        "-y",
        "ssmubc/prinsight"
      ]
    }
  }
}

README Excerpt

ML-powered GitHub PR intelligence agent - Analyzes team PR patterns - Predicts merge times with ML - Suggests optimal reviewers - Identifies bottlenecks - TypeScript MCP server - Python XGBoost ML model - Claude API for agent reasoning - Next.js demo UI 🚧 Day 1: MCP server foundation