github actions for VS Code
io.github.ofershap/github-actions
GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.
client:VS Code
transport:stdio
runtime:npm
Install github actions in VS Code
.vscode/mcp.json
{
"servers": {
"github-actions": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-github-actions"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs