LongClaw 龙爪
English

GitHub MCP Server

stdio / HTTP

GitHub MCP Server provides repository, issue, pull request, and code search tools to MCP-compatible agents.

MCP 服务收藏 882026-06-04MIT
MCP 服务已关联来源ModelScope MCPdevelopergithubhostedMCP Server. Review tool permissions and credentials before enabling.

GitHub MCP Server

GitHub MCP Server exposes GitHub repository workflows through the Model Context Protocol.

Key Features

  • Search repositories, issues, pull requests, and code.
  • Read repository metadata and file contents.
  • Assist with triage, review, and release workflows.

Server Configuration

{
  "mcpServers": {
    "github": {
      "command": "github-mcp-server",
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
      }
    }
  }
}

Security Notes

Use a token with the minimum scopes needed for the repositories you want to expose.