github-mcp-server

satyamwarghat-a11y/github-mcp-server
★ 0 stars JavaScript 🔌 API Integration Updated 4d ago
A production-ready Model Context Protocol (MCP) server for GitHub API integration. Built with TypeScript, featuring repository management, issue tracking, pull requests, and file operations with built-in rate limiting and error handling.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "satyamwarghat-a11y/github-mcp-server"
      ]
    }
  }
}