nextDriveIoE/github-action-trigger-mcp
If you are the rightful owner of github-action-trigger-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for GitHub Actions integration.
This is a TypeScript-based MCP server designed for GitHub Actions integration. It provides tools for fetching available GitHub Actions from a repository, getting detailed information about a specific GitHub Action, triggering GitHub workflow dispatch events, and fetching the latest releases from a GitHub repository. The server is designed to facilitate seamless interaction with GitHub Actions, making it easier for developers to automate workflows and manage actions directly from their applications or scripts.
Features
- Tool for fetching available GitHub Actions from a repository
- Tool for getting detailed information about a specific GitHub Action
- Tool for triggering GitHub workflow dispatch events
- Tool for fetching the latest releases from a GitHub repository
Tools
get_github_actions
Get available GitHub Actions for a repository
get_github_action
Get detailed information about a specific GitHub Action, including inputs and their requirements
trigger_github_action
Trigger a GitHub workflow and pass relevant parameters
get_github_release
Get the latest 2 releases from a GitHub repository