Skip to main content
Glama
Pelado-Nerdworks

GitHub PR MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub token with permissions to read/write PRs (repo or repo:read + repo:write depending on operation)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pull_requestsC

Lista los Pull Requests de un repositorio de GitHub

get_pull_requestA

Obtiene el detalle de un Pull Request específico

list_pull_request_commentsB

Lista los comentarios de un Pull Request

create_pull_request_commentB

Crea un comentario general en un Pull Request

create_pull_request_reviewB

Crea una review de un Pull Request. Para REQUEST_CHANGES o COMMENT, el body es obligatorio.

merge_pull_requestC

Mergea un Pull Request en su rama base

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool performs a distinct action on pull requests: listing, retrieving, commenting, reviewing, and merging. There is no overlap in purpose, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_pull_requests, get_pull_request, create_pull_request_comment, merge_pull_request). The naming is uniform and predictable, with only minor singular/plural variations that are appropriate.

Tool Count5/5

With 6 tools, the server is well-scoped for a PR-focused MCP server. Each tool covers a core PR interaction without unnecessary bloat or redundancy.

Completeness4/5

The tool surface covers the main PR lifecycle: list, get, comment, review, and merge. Minor gaps like updating a PR title/body or listing reviews exist, but agents can typically work around them, and the core workflows are well covered.

Maintenance

ActivitySlowing
ResponsivenessNo issues