GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.
claude mcp add github -- npx -y @abhishekmcp/github
claude_desktop_config.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Abhishekkumar2021--github/reviews or the review_server meta-tool.
POST /mcp