github-mcp
v0.1.0Use the GitHub MCP server (github-mcp-server) to browse repositories, manage issues and PRs, analyze code, search files, monitor CI/CD workflows, and automat...
GitHub MCP Skill
This skill provides integrated GitHub operations via the GitHub MCP Server.
Quick Start
Remote Server (HTTP) — Recommended
mcporter config add github --type http --url "https://api.githubcopilot.com/mcp/" --header "Authorization=Bearer ${GITHUB_TOKEN}"
Local Stdio Server
Download from: https://github.com/github/github-mcp-server/releases
mcporter config add github --type stdio --command "github-mcp-server" --env "GITHUB_TOKEN=${GITHUB_TOKEN}"
Common Operations
List available tools
mcporter list github --schema
Call a tool
mcporter call github.<tool_name> key=value
Reference
See references/tools.md for full tool schema and examples.
Version tags
latest
