github-mcp-server

amardiyab/github-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "amardiyab/github-mcp-server"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that exposes GitHub issues, pull requests, and Actions workflows as tools for AI assistants. Built with TypeScript, Express, and the MCP SDK. Uses SSE transport so it can be connected from Cursor or other MCP clients over HTTP. | Tool | Description |

Tools (13)

cancelActioncreateIssueCommentcreatePullRequestCommentgetActionDetailsgetActionStatusgetIssuegetPullRequestlistActionslistIssueslistPullRequestsretryActionupdateIssueupdatePullRequest