← Back to Plugins
MCP Server MCP

Self-hosted GitHub MCP server

github By github 👁 1 views ▲ 0 votes

Self-hosted GitHub MCP server. PAT auth, stdio transport, transport-agnostic so it works with…

Homepage Verified source GitHub

Install

mcpb:https://github.com/adelaidasofia/github-mcp/releases/download/v0.1.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/adelaidasofia/github-mcp/releases/download/v0.1.0/github-mcp.mcpb",
      "version": "0.1.0",
      "fileSha256": "cab8ee1d6d3d4d65fedc98ba81bf9fb9f0a8272949a9e73aaf906f3daacf68fa",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Classic or fine-grained PAT with repo + workflow scopes",
          "isRequired": true,
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...