mcp-github-server
3.1
The Model Context Protocol (MCP) server is designed to facilitate communication and interaction with various tools and resources using a standardized protocol.
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