Github Action Trigger Mcp
@nextDriveIoE
About Github Action Trigger Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github-action-trigger-mcp": {
"command": "npx",
"args": [
"-y",
"@nextdrive/github-action-trigger-mcp"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
}
}
}
}Tools
4Get available GitHub Actions for a repository
Get detailed information about a specific GitHub Action, including inputs and their requirements
Trigger a GitHub workflow and pass relevant parameters
Get the latest 2 releases from a GitHub repository
Overview
What is Github Action Trigger Mcp?
Github Action Trigger Mcp is a Model Context Protocol server for GitHub Actions integration. It provides tools to fetch available GitHub Actions, get detailed action information, trigger workflow dispatch events, and fetch the latest releases.
How to use Github Action Trigger Mcp?
Install via npx (recommended) or npm install -g @nextdrive/github-action-trigger-mcp, then add the server to your Claude Desktop configuration with a GitHub personal access token. Use the four provided tools with owner, repo, and optional parameters.
Key features of Github Action Trigger Mcp
get_github_actions: list workflows in a repositoryget_github_action: get detailed action metadata and inputstrigger_github_action: trigger a workflow_dispatch eventget_github_release: fetch the latest 2 releases
Use cases of Github Action Trigger Mcp
- List available GitHub Actions workflows in a repository
- Inspect the inputs and requirements of a specific GitHub Action
- Programmatically trigger a GitHub workflow from an MCP client
- Retrieve the latest releases to automate release notes or deployment
FAQ from Github Action Trigger Mcp
How do I install Github Action Trigger Mcp?
Install via npx -y @nextdrive/github-action-trigger-mcp in your Claude Desktop config, or run npm install -g @nextdrive/github-action-trigger-mcp for a local installation.
What GitHub token permissions are required?
The token must have the workflow scope to trigger workflows and, for private repositories, appropriate repo access.
How do I configure the GitHub token?
You can set it in the Claude Desktop env field, as a global GITHUB_TOKEN environment variable, or in a local config file at ~/.nextdrive-github-action-trigger-mcp/config.json.
What does the get_github_release tool return?
It returns information about the latest 2 releases from a GitHub repository, including tag name, published date, and asset details.
Does the server support private repositories?
Yes, by providing a GitHub personal access token either in the configuration or as an optional parameter to each tool.
More Version Control MCP servers
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Comments