Servers
Github Actions
@devopsier
A GitHub Actions integration powered by the MCP. This server exposes structured tools to manage GitHub issues, pull requests, and repositories through natural language interfaces and autonomous agents.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github-actions-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"github-actions-mcp",
"."
]
}
}
}