Servers
GitHub PR MCP Server
@gourav221b
An MCP server with typescript for github PR analysis
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Github-PR-MCP-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gourav221b/Github-PR-MCP-server",
"--client",
"claude"
]
}
}
}