Back to directory
tgrall/mcp-github-actions-versions

tgrall/mcp-github-actions-versions

@tgrall

A simple MCP Server to update your Github Actions Versions

github-actionsmcpversion-updateautomationdockertypescript

Installation & Configuration

{
  "mcpServers": {
    "github-actions-version": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "tgrall/mcp-github-actions-versions"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15