Servers
MCP for GitHub PR, Issues, Tags and Releases
@saidsef
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management. Enables LLMs to fetch PR details, analyse diffs, manage issues, and handle releases through a standardised interface
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-github-pr-issue-analyser": {
"command": "docker",
"args": [
"run",
"-e",
"GITHUB_TOKEN=<github-token>",
"\\"
]
}
}
}