An MCP server that enables natural language management of GitHub Actions workflows, issues, pull requests, and repositories.
github-actions-mcp is worth checking the docs before setup with trust notes worth reviewing. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view devopsier/github-actions-mcp --webOpen the official repository or website.
Check the README for package manager, auth, and platform requirements.
Try it in a small test task inside your agent workflow.
Repository setup guidance
Looks usable, but maintenance, license, or security notes deserve a closer look.
Last commit was about 508 days ago.
5 GitHub stars indicate community interest.
0 open issues signal maintenance load.
No license detected; review before production use.
3 security/trust notes recorded.
Setup difficulty is 3/5.
AI-powered GitHub automation for issue triage, PR review, labeling, and security scanning.
Local GitHub Actions runner for AI agents — test CI/CD workflows locally before pushing.
A CLI tool to create and hide GitHub comments using the GitHub REST API.
Suggests code changes via GitHub multi-line suggestions using reviewdog.
This tool lets you control GitHub Actions using plain English commands. You can trigger workflows, manage issues, and review pull requests without writing complex API calls. It works as a bridge between AI agents and GitHub.
The GitHub Actions MCP Server is a Model Context Protocol (MCP) server that provides a structured interface for managing GitHub repositories, workflows, issues, and pull requests. It is designed to be used with AI assistants and autonomous agents, allowing them to interact with GitHub Actions through natural language. The server exposes tools for fetching repository resources, triggering workflows, and generating prompts for common tasks like creating issues or reviewing pull requests. It can be run as an HTTP server or via stdio, and is containerized with Docker for easy deployment. The project is built with TypeScript and uses the official MCP SDK, Octokit for GitHub API interactions, and Express for HTTP serving. It requires a GitHub Personal Access Token with appropriate permissions.
5
Stars
1
Forks
0
Issues
An MCP server that enables natural language management of GitHub Actions workflows, issues, pull requests, and repositories.
DevOps engineers automating CI/CD pipelines, Developers using AI coding assistants to manage GitHub, Platform engineers building internal developer tools
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
Requires a GitHub Personal Access Token with broad permissions; token should be kept secret and scoped minimally. Running as a server exposes GitHub API endpoints; ensure network access is restricted.
Similar or complementary options to evaluate include aptu, Agent-CI, github-comment.
Aug 20, 2026