About Github MCP Server Wheel
Github MCP Server Wheel is an MCP server published by tjni in the Developer Tools category: packages https://github.com/github/github-mcp-server as wheels. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx github-mcp-server-wheelThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Github MCP Server Wheel
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
github-mcp-server-unofficial
Packages https://github.com/github/github-mcp-server as wheels.
Usage
This package can be installed using:
pip install github-mcp-server-unofficial
If you are invoking it from a Python program, you can get a Path to this
binary using:
import subprocess
from github_mcp_server import find_github_mcp_server_bin
subprocess.run([find_github_mcp_server_bin()])
README mirrored from the source repository yesterday. The original is authoritative.