1.5K
| Attribute | Details |
|---|---|
| Image Source | Community Image |
| Author | Maxteabag |
| Repository | https://github.com/Maxteabag/GithubWorkflowMCP |
| Dockerfile | https://github.com/Maxteabag/GithubWorkflowMCP/blob/master/Dockerfile |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Licence |
| Tools provided by this Server | Short Description |
|---|---|
analyze-workflow-failure | Analyze a failed workflow run and suggest fixes |
get-failed-workflow-runs | Get recent failed workflow runs for a GitHub repository |
get-workflow-file | Get the content of a workflow file |
get-workflow-run-jobs | Get jobs for a specific workflow run |
analyze-workflow-failureAnalyze a failed workflow run and suggest fixes
| Parameters | Type | Description |
|---|---|---|
owner | string | GitHub repository owner (username or organization) |
repo | string | GitHub repository name |
runId | number | Workflow run ID |
get-failed-workflow-runsGet recent failed workflow runs for a GitHub repository
| Parameters | Type | Description |
|---|---|---|
owner | string | GitHub repository owner (username or organization) |
repo | string | GitHub repository name |
get-workflow-fileGet the content of a workflow file
| Parameters | Type | Description |
|---|---|---|
owner | string | GitHub repository owner (username or organization) |
path | string | Path to the workflow file (e.g., .github/workflows/main.yml) |
repo | string | GitHub repository name |
get-workflow-run-jobsGet jobs for a specific workflow run
| Parameters | Type | Description |
|---|---|---|
owner | string | GitHub repository owner (username or organization) |
repo | string | GitHub repository name |
runId | number | Workflow run ID |
{
"mcpServers": {
"maxteabag-githubworkflowmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"mcpcommunity/maxteabag-githubworkflowmcp"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
}
}
}
}
Content type
Image
Digest
sha256:24fcef4d8…
Size
66.4 MB
Last updated
over 1 year ago
docker pull mcpcommunity/maxteabag-githubworkflowmcp