GitHub Pull Request Activity

by kfischer-okarin

211 downloads
Not rated
GitHub

About

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.

Details

Author
kfischer-okarin
Repository
kfischer-okarin/mcp-server-performance-review-data
Downloads
211
License
MIT License
Categories
Design, Developer Tools, Search, API, AI, Infrastructure

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GitHub Pull Request Activity
    Command (node, npx, python, etc.) just
    Arguments
    • Argument 1 -f
    • Argument 2 /absolute/path/to/mcp-server-performance-review-data/Justfile
    • Argument 3 run

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Requirements

- (Technically optional) just for easy command execution

Set environment variables

cp .env.template .env

and add all necessary values

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "github pull request activity": {
            "cwd": "string",
            "env": {},
            "args": [
                "-f",
                "/absolute/path/to/mcp-server-performance-review-data/Justfile",
                "run"
            ],
            "shell": false,
            "command": "just"
        }
    }
}

Linux

{
    "cwd": "string",
    "env": [],
    "args": [
        "-f",
        "/absolute/path/to/mcp-server-performance-review-data/Justfile",
        "run"
    ],
    "shell": false,
    "command": "just"
}

Macos

{
    "cwd": "string",
    "env": [],
    "args": [
        "-f",
        "/absolute/path/to/mcp-server-performance-review-data/Justfile",
        "run"
    ],
    "shell": false,
    "command": "just"
}

Windows

{
    "cwd": "string",
    "env": [],
    "args": [
        "-f",
        "/absolute/path/to/mcp-server-performance-review-data/Justfile",
        "run"
    ],
    "shell": false,
    "command": "just"
}

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"
      ]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.