LogoSTMCP
Download
github-actions-mcp-server

GitHub Actions MCP Server

MCP Server for GitHub Actions API enabling AI assistants to manage and operate GitHub Actions workflows with complete workflow management, run analysis, and security-focused design.

Tools

1. list_workflows

List workflows in a GitHub repository.

2. get_workflow

Get details of a specific workflow.

3. get_workflow_usage

Get usage statistics of a workflow.

4. list_workflow_runs

List all workflow runs for a repository or a specific workflow.

5. get_workflow_run

Get details of a specific workflow run.

6. get_workflow_run_jobs

Get jobs for a specific workflow run.

7. trigger_workflow

Trigger a workflow run.

8. cancel_workflow_run

Cancel a workflow run.

9. rerun_workflow

Re-run a workflow run.

Open Graph image for GitHub Actions MCP Server

JSON Config

{
  "mcpServers": {
    "github-actions": {
      "command": "node",
      "args": [
        "<path-to-mcp-server>/dist/index.js"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Useful Links

Information