Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesFine-grained PAT with Pull requests (read/write) and Contents (read) permissions
GOOGLE_API_KEYYesAPI key from Google AI Studio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_open_prsA

List open pull requests for a GitHub repo, so you can decide which to review.

get_pr_diffA

Fetch the raw file-by-file diff for a pull request, with no AI review applied.

review_fileB

Run an AI code review on a single file within a pull request.

review_prA

Run a full AI code review on a pull request: fetches the diff, reviews every changed file in parallel, and returns a synthesized markdown review.

post_review_commentA

Post a review (typically the output of review_pr) as a comment on the pull request.

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/srivastava-aryan/cmw-mcp'

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