Servers
mcp-gh-pr-mini
@y-hirakaw
A minimal MCP (Model Context Protocol) server for interacting with GitHub pull requests.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-gh-pr-mini": {
"command": "npx",
"args": [
"mcp-gh-pr-mini"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": ""
}
}
}
}