GitHub Action Trigger MCP ServerServer

nextDriveIoE
GitHub
GitHubCI/CDDeveloper Tools

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol server designed for GitHub Actions integration. It allows users to fetch available GitHub Actions, retrieve detailed information about specific actions, trigger workflow dispatch events, and access the latest releases from GitHub repositories.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "github-action-trigger-mcp": {
        "env": {
          "GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
        },
        "args": [],
        "command": "@nextdrive/github-action-trigger-mcp"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

get_github_actionsget_github_actiontrigger_github_actionget_github_release

โšก Features

  • Fetch available GitHub Actions
  • Get detailed information about specific actions
  • Trigger GitHub workflows
  • Fetch latest releases from GitHub repositories

๐Ÿ’ฌ Example Queries

  • Get the list of available GitHub Actions for a repository
  • Fetch detailed information about a specific GitHub Action
  • Trigger a GitHub workflow with custom inputs
  • Retrieve the latest releases from a GitHub repository