github-mcp-server-unofficial logo

github-mcp-server-unofficial

by tjni

Packages github-mcp-server as wheels. It provides an easy way to install and use the github-mcp-server binary.

View on GitHub

Last updated: N/A

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()])