Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoAlias for GITHUB_READ_TOKEN.
GITHUB_APP_IDNoGitHub App ID for GitHub App authentication.
GITHUB_READ_TOKENNoGitHub personal access token for read operations. Also accepted as GITHUB_TOKEN.
GITHUB_WRITE_TOKENNoGitHub personal access token with write permissions. Required for write tools unless GITHUB_WRITE_ENABLED is set.
GITHUB_WRITE_ENABLEDNoSet to 'true' to enable write tools using the read token (single-token setup).
GITHUB_APP_PRIVATE_KEYNoInline GitHub App private key (with escaped newlines).
GITHUB_INSTALLATION_IDNoGitHub App installation ID.
GITHUB_APP_PRIVATE_KEY_PATHNoPath to the GitHub App private key file.

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
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_prsA

List pull requests with multi-page pagination and a compact triage-oriented response.

get_prA

Fetch pull request metadata, merge state, counts, labels, and branch SHAs.

get_pr_diffA

Fetch a raw unified diff. Use offset and limit to page through very large pull requests.

list_pr_commentsA

List both inline review comments and top-level PR conversation comments with pagination.

post_review_commentA

Post a single inline comment at a diff line. Write access must be explicitly enabled.

submit_reviewA

Submit an APPROVE, REQUEST_CHANGES, or COMMENT review. Write access must be explicitly enabled.

add_labelsA

Add one or more labels to a pull request. Existing labels are preserved.

request_changesA

Submit a REQUEST_CHANGES review with a required explanation. Write access must be explicitly enabled.

Prompts

Interactive templates invoked by user choice

NameDescription
triage_pull_requestOpt-in read-only workflow for summarizing a PR, its risk, and the next review actions.
review_pull_requestOpt-in evidence-first code-review workflow that drafts findings without publishing them.

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/nexicturbo/github-pr-control-mcp'

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