← Back to Plugins
MCP Server MCP

io.github.FerhatDundar/github-mcp-connector

github By github 👁 1 views ▲ 0 votes

MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary.

Homepage Verified source GitHub

Install

mcpb:https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-arm64.zip",
      "version": "0.1.1",
      "fileSha256": "a78e3fb73bfb71b73243665b63ee7a3c0f43e8a8426022001250e22f7eeaf89e",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub Enterprise Server API base URL. Leave unset for github.com.",
          "format": "string",
          "name": "GITHUB_API_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-darwin-amd64.zip",
      "version": "0.1.1",
      "fileSha256": "9315be1d082e03524337bf7eeb9fb2b46387a252fd08c68533a249d4ea108540",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub Enterprise Server API base URL. Leave unset for github.com.",
          "format": "string",
          "name": "GITHUB_API_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-linux-amd64.zip",
      "version": "0.1.1",
      "fileSha256": "c9fbc44da812b6252bec3f306c7c671ce07e1b46f4138e6290c19fd77221a0ad",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub Enterprise Server API base URL. Leave unset for github.com.",
          "format": "string",
          "name": "GITHUB_API_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-linux-arm64.zip",
      "version": "0.1.1",
      "fileSha256": "587afb7e72758e2dc3c7427b1b31027e6ac18b217030c94b7899fba1fb601138",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub Enterprise Server API base URL. Leave unset for github.com.",
          "format": "string",
          "name": "GITHUB_API_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-windows-amd64.zip",
      "version": "0.1.1",
      "fileSha256": "f587384abbee47ee2ae280863a12b516655b956e1c9356d7f9254658a1e5c550",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub Enterprise Server API base URL. Leave unset for github.com.",
          "format": "string",
          "name": "GITHUB_API_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FerhatDundar/github-mcp-connector/releases/download/v0.1.1/github-mcp-connector-plugin-v0.1.1-windows-arm64.zip",
      "version": "0.1.1",
      "fileSha256": "c3807493aebb689d9bc7cf80ded6491e30925f6a7c65fd1ca46a51672918e168",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitHub Enterprise Server API base URL. Leave unset for github.com.",
          "format": "string",
          "name": "GITHUB_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...