Back to MCP directory
publicPublicdnsLocal runtime

github-mcp-server-wheel

将GitHub的MCP服务器打包为Python wheel的非官方工具

article

README

🚀 使用非官方的github-mcp-server-unofficial包

本项目将 https://github.com/github/github-mcp-server 作为轮询包。

🚀 快速开始

📦 安装指南

可以使用以下命令安装此包:

pip install github-mcp-server-unofficial

💻 使用示例

基础用法

如果你是从Python程序中调用它,可以通过以下方式获取该二进制文件的Path

import subprocess

from github_mcp_server import find_github_mcp_server_bin

subprocess.run([find_github_mcp_server_bin()])
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client