MCP Hub
Back to servers

GitHub Pull Request Activity

MCP (Model Context Protocol) Server. Integrates with GitHub's API to retrieve and format pull request activity as structured XML output for performance reviews, eliminating manual searching through repository history.

Validated
Jan 11, 2026

Performance Review Data MCP Server

Installation

Requirements

  • (Technically optional) just for easy command execution

Install gems

just install

Set environment variables

cp .env.template .env

and add all necessary values

Add to MCP Client

Claude

{
  "mcpServers": {
    "performance_review_data": {
      "command": "just",
      "args": [
        "-f",
        "/absolute/path/to/mcp-server-performance-review-data/Justfile",
        "run"
      ]
    }
  }
}

Reviews

No reviews yet

Sign in to write a review