Content
# MCP Server for GitHub Actions Versions
This repository contains a Model Context Protocol (MCP) server for GitHub Actions Version.
This is a lightweight version of the GitHub MCP Server focusing on the GitHub Actions use case, allowing users to easily update their workflows with the latest versions of actions.
Building the MCP Server
```
docker build -t tgrall/mcp-github-actions-versions .
```
### Docker
```
{
"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>"
}
}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
git
A Model Context Protocol server for Git automation and interaction.