Sign inSign up

mcpcommunity/maxteabag-githubworkflowmcp

By mcpcommunity

Updated over 1 year ago

Image
Machine learning & AI
0

1.5K

mcpcommunity/maxteabag-githubworkflowmcp repository overview

Maxteabag-githubworkflowmcp MCP Server

What is an MCP Server?

Characteristics

AttributeDetails
Image SourceCommunity Image
AuthorMaxteabag
Repositoryhttps://github.com/Maxteabag/GithubWorkflowMCP
Dockerfilehttps://github.com/Maxteabag/GithubWorkflowMCP/blob/master/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Licence

Available Tools

Tools provided by this ServerShort Description
analyze-workflow-failureAnalyze a failed workflow run and suggest fixes
get-failed-workflow-runsGet recent failed workflow runs for a GitHub repository
get-workflow-fileGet the content of a workflow file
get-workflow-run-jobsGet jobs for a specific workflow run

Tools Details

Tool: analyze-workflow-failure

Analyze a failed workflow run and suggest fixes

ParametersTypeDescription
ownerstringGitHub repository owner (username or organization)
repostringGitHub repository name
runIdnumberWorkflow run ID

Tool: get-failed-workflow-runs

Get recent failed workflow runs for a GitHub repository

ParametersTypeDescription
ownerstringGitHub repository owner (username or organization)
repostringGitHub repository name

Tool: get-workflow-file

Get the content of a workflow file

ParametersTypeDescription
ownerstringGitHub repository owner (username or organization)
pathstringPath to the workflow file (e.g., .github/workflows/main.yml)
repostringGitHub repository name

Tool: get-workflow-run-jobs

Get jobs for a specific workflow run

ParametersTypeDescription
ownerstringGitHub repository owner (username or organization)
repostringGitHub repository name
runIdnumberWorkflow run ID

Use this MCP Server

{
  "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"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Tag summary

Content type

Image

Digest

sha256:24fcef4d8

Size

66.4 MB

Last updated

over 1 year ago

docker pull mcpcommunity/maxteabag-githubworkflowmcp