mcp-github-server

mcp-github-server

3.1

If you are the rightful owner of mcp-github-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is designed to facilitate communication and interaction with various tools and resources using a standardized protocol.

Specification

debug

export GITHUB_PERSONAL_ACCESS_TOKEN=XXXXXX
echo '{"jsonrpc": "2.0", "method": "listTools", "id": 1}' | cargo run

prepare

cargo build --release

run

export GITHUB_PERSONAL_ACCESS_TOKEN=XXXXXX
./target/release/mcp-github-server
echo '{"jsonrpc": "2.0", "method": "listTools", "id": 1}' | ./target/release/mcp-github-server