Github Action Trigger Mcp
@nextDriveIoE
Github Action Trigger Mcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"github-action-trigger-mcp": {
"command": "npx",
"args": [
"-y",
"@nextdrive/github-action-trigger-mcp"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
}
}
}
}ツール
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
概要
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.
「バージョン管理」の他のコンテンツ
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
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.
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.

Github
modelcontextprotocolModel Context Protocol Servers
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
コメント