Skip to main content
Glama
subhamyadav580

PR Reviewer MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_ORGYesThe GitHub organization name.
GITHUB_TOKENYesA GitHub Personal Access Token with repo scope.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_org_repositoriesA

List all repositories in the configured GitHub org.

list_open_pull_requestsA
List all open pull requests for a repository.

Args:
    repo_full_name: Full repo identifier in "owner/repo" format.
get_pull_request_detailsA
Get metadata for a specific pull request.

Returns title, description, author, changed file count, additions,
deletions, and commit count — useful for understanding PR scope before
reading the diff.

Args:
    repo_full_name: Full repo identifier in "owner/repo" format.
    pr_number: The pull request number.
get_pull_request_diffA
Get the file-by-file diff for a specific pull request.

Returns each changed file with its status (added/modified/removed),
line-level additions and deletions, and the raw unified diff patch.

Args:
    repo_full_name: Full repo identifier in "owner/repo" format.
    pr_number: The pull request number.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/subhamyadav580/pr-reviewer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server