GitHub Pull Request Activity
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
Jump to
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GitHub Pull Request ActivityCommand (node, npx, python, etc.)justArguments-
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.
-
Argument 1
- 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"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




