Skip to main content
Glama

GitHub PR Comments MCP Server

get_pr_comments

Fetch detailed GitHub pull request comments, including file paths, line ranges, and replies, for efficient code review and collaboration.

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
pull_numberYesPull request number
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "minLength": 1, "type": "string" }, "pull_number": { "description": "Pull request number", "exclusiveMinimum": 0, "type": "integer" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo", "pull_number" ], "type": "object" }

Other Tools from GitHub PR Comments MCP Server

Related Tools

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

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