GitHub Actions
Created 6 months ago
MCP Server for the GitHub Actions API, enabling AI assistants to manage workflows.
development
documentation
public
What is GitHub Actions?
A Model Context Protocol (MCP) server for interacting with GitHub Actions.
Documentation
GitHub Actions MCP Server
Features
- Complete Workflow Management: List, view, trigger, cancel, and rerun workflows
- Workflow Run Analysis: Get detailed information about workflow runs and their jobs
- Comprehensive Error Handling: Clear error messages with enhanced details
- Flexible Type Validation: Robust type checking with graceful handling of API variations
- Security-Focused Design: Timeout handling, rate limiting, and strict URL validation
Tools
list_workflowsget_workflowget_workflow_usagelist_workflow_runsget_workflow_runget_workflow_run_jobstrigger_workflowcancel_workflow_runrerun_workflow
Usage with AI Coding Assistants
Compatible with Claude Desktop, Codeium, and Windsurf.
Build# Unix/Linux/macOS\n\n### Windows Troubleshooting Common Issues
- Authentication Errors
- Rate Limiting
- Type Validation Errors
License
This MCP server is licensed under the MIT License.
Server Config
{
"mcpServers": {
"github-actions-server": {
"command": "npx",
"args": [
"github-actions"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
ko1ynnky
Category:
community
License:
MIT License
Tags:
development
documentation
public