GitHub PR Comments MCP Server
Servidor MCP de comentarios de PR de GitHub
Este es un servidor de Protocolo de contexto de modelo (MCP) que obtiene los comentarios de las solicitudes de extracción de GitHub mediante un token de acceso personal de GitHub.
Características
Obtiene comentarios de PR con rutas de archivos, rangos de líneas y respuestas
Utiliza la API de GitHub a través de Octokit
Implementa el servidor MCP con StdioServerTransport
Devuelve comentarios en un formato JSON estructurado
Related MCP server: PR Reviews MCP Server
Instalación
Instalación mediante herrería
Para instalar github-pr-mcp para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install github-pr-mcp --client claudeInstalación manual
Clonar el repositorio
Instalar dependencias:
npm installCrea un archivo
.envcon tu token de GitHub:GITHUB_TOKEN=your_github_token_here
Uso
Construir el proyecto:
npm run buildEjecutar el servidor:
npm startO directamente con un token de GitHub:
node dist/server.js your_github_token_hereEl servidor expone una herramienta llamada
get_pr_commentsque acepta los siguientes parámetros:owner: Propietario del repositorio (nombre de usuario u organización)repo: Nombre del repositoriopull_number: Número de solicitud de extracción
Integración con Cursor
Para integrarse con Cursor, utilice el siguiente comando en la configuración del servidor MCP de Cursor:
node /path/to/dist/server.js your_github_token_hereReemplaza /path/to con la ruta real a tu proyecto y your_github_token_here con tu token de acceso personal de GitHub.
Pruebas
Se incluye un cliente de prueba para verificar la funcionalidad del servidor:
Construir el proyecto:
npm run buildEjecute el cliente de prueba:
npm test
El cliente de prueba iniciará el servidor, se conectará a él y llamará a la herramienta get_pr_comments con parámetros de muestra.
Formato de respuesta
El servidor devuelve comentarios en el siguiente formato:
{
"comments": [
{
"id": 123456789,
"path": "src/example.js",
"body": "This is a comment on a specific line",
"line": 42,
"start_line": 40,
"user": {
"login": "username"
},
"created_at": "2023-01-01T00:00:00Z",
"replies": [
{
"id": 987654321,
"body": "This is a reply to the comment",
"user": {
"login": "another-username"
},
"created_at": "2023-01-02T00:00:00Z"
}
]
}
]
}Desarrollo
Para ejecutar el servidor en modo de desarrollo:
npm run devLicencia
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceA secure MCP server for interacting with GitHub issues, pull requests, repository files, and search, supporting both github.com and GitHub Enterprise Server.11AGPL 3.0
- Alicense-qualityBmaintenanceAn MCP server that enables checking GitHub and Codeberg PR reviews, change requests, and conversations.MIT
- AlicenseBqualityCmaintenanceAn MCP server that collects Pull Request comments from private GitHub repositories, including issue comments, review comments, and review summaries.110MIT
- AlicenseAqualityCmaintenanceA production-ready MCP server for triaging and reviewing GitHub pull requests via the GitHub REST API, providing typed tools to list, inspect, comment, add labels, and submit reviews.821MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/shaileshahuja/github-pr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server