github-mcp-server-unofficial

by tjni

133 downloads
Not rated
GitHub

About

Packages https://github.com/github/github-mcp-server as wheels

Details

Author
tjni
Downloads
133
Categories
Developer Tools

- Packages GitHub MCP server as wheels
- Installable via pip
- Provides Python function to locate binary

Install with pip install github-mcp-server-unofficial. From Python, import find_github_mcp_server_bin from github_mcp_server and use it with subprocess.run to locate and execute the binary.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.