The official GitHub MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
No reviews yet. Be the first to review!
Sign in to join the conversation
Cancel workflow run. Parameters: owner (string, required), repo (string, required), run_id (number, required)
Delete workflow logs. Parameters: owner (string, required), repo (string, required), run_id (number, required)
Download workflow artifact. Parameters: artifact_id (number, required), owner (string, required), repo (string, required)
Get job logs. Parameters: failed_only (boolean, optional), job_id (number, optional), owner (string, required), repo (string, required), return_content (boolean, optional), run_id (number, optional), tail_lines (number, optional)
Get workflow run. Parameters: owner (string, required), repo (string, required), run_id (number, required)
Get workflow run logs. Parameters: owner (string, required), repo (string, required), run_id (number, required)
Get workflow usage. Parameters: owner (string, required), repo (string, required), run_id (number, required)
List workflow jobs. Parameters: filter (string, optional), owner (string, required), page (number, optional), perPage (number, optional), repo (string, required), run_id (number, required)
List workflow artifacts. Parameters: owner (string, required), page (number, optional), perPage (number, optional), repo (string, required), run_id (number, required)
List workflow runs. Parameters: actor (string, optional), branch (string, optional), event (string, optional), owner (string, required), page (number, optional), perPage (number, optional), repo (string, required), status (string, optional), workflow_id (string, required)
List workflows. Parameters: owner (string, required), page (number, optional), perPage (number, optional), repo (string, required)
Rerun failed jobs. Parameters: owner (string, required), repo (string, required), run_id (number, required)
Rerun workflow run. Parameters: owner (string, required), repo (string, required), run_id (number, required)
Run workflow. Parameters: inputs (object, optional), owner (string, required), ref (string, required), repo (string, required), workflow_id (string, required)