Install
openclaw skills install @zwj-opener/zwj-github-mcpUse the GitHub MCP server (github-mcp-server) to browse repositories, manage issues and PRs, analyze code, search files, monitor CI/CD workflows, and automate GitHub operations. Triggers when user asks to search code, manage GitHub issues/PRs, view commits, analyze repository structure, check CI/CD status, fork repos, create branches, or any GitHub-related operations that require API access. Works with local stdio-based github-mcp-server binary or remote HTTP endpoint (https://api.githubcopilot.com/mcp/).
openclaw skills install @zwj-opener/zwj-github-mcpThis skill provides integrated GitHub operations via the GitHub MCP Server.
mcporter config add github --type http --url "https://api.githubcopilot.com/mcp/" --header "Authorization=Bearer ${GITHUB_TOKEN}"
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}"
mcporter list github --schema
mcporter call github.<tool_name> key=value
See references/tools.md for full tool schema and examples.