mcpbeat Sign in

Github Actions MCP Server

local only

Github Actions runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 10 Aug 2026.

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

Installs per day peak 19 · avg 7 · -39% w/w
a month agotoday
37
Installs / week
npm · mcp-server-github-actions
4
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Github Actions every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add github-actions -- npx -y mcp-server-github-actions
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-actions": {
      "args": [
        "-y",
        "mcp-server-github-actions"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github-actions]
command = "npx"
args = ["-y", "mcp-server-github-actions"]
.cursor/mcp.json
{
  "mcpServers": {
    "github-actions": {
      "args": [
        "-y",
        "mcp-server-github-actions"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github-actions": {
      "args": [
        "-y",
        "mcp-server-github-actions"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Github Actions

same job, measured the same way
GitHub Actions run id digits, value discarded
by sadri-dridi

GitHub Actions run id digits, value discarded

30 tools answering
Latchkey
by that-developer-kaveh

Triage failing GitHub Actions jobs and see what self-heal repaired, in natural language.

answering
Ink MCP
by ml

Deploy and manage applications, databases, domains, and git repos

answering
Localhero.ai
by localhero

Manage product translations from Claude and ship reviewed changes as GitHub pull requests.

answering
gha-doctor
by linnea-bakshi

Diagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools.

local only
Rami Code Review
by rami

AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor

answering
Secenv MCP
by chirag127

Centralized secrets manager MCP server. Generate .env files, rotate keys, sync to GitHub Actions.

local only
ActionsPulse
by tsviz

Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.

local only

Github Actions — questions

Answers built from our own checks of this server.

Why is there no uptime for Github Actions?
Github Actions runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-github-actions was installed 37 times last week.
How do I connect Github Actions?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-github-actions straight from npm; nothing to host, nothing to sign up for.
How many people use Github Actions?
The npm package mcp-server-github-actions was installed 37 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Github Actions open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.