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 MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors