pr-reviewer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | Fine-grained PAT with Pull requests (read/write) and Contents (read) permissions | |
| GOOGLE_API_KEY | Yes | API key from Google AI Studio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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