A GitHub MCP (Model Context Protocol) server that gives agent tools to check GitHub repository issues, pull requests, commits, and repositories listings on request.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"alibro005/github-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add github-mcp-server npx -y alibro005/github-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"alibro005/github-mcp-server"
]
}
}
}
📋 Copy