Skip to main content
Glama

GitHub Actions MCP Server

by onemarc

create_workflow

Automate GitHub repository processes by generating a new GitHub Actions workflow file. Specify triggers, jobs, and file path to streamline CI/CD pipelines.

Instructions

Create a new GitHub Actions workflow file

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to create the workflow onmain
commitMessageNoCommit messageAdd GitHub Actions workflow
jobsYesJobs configuration
nameYesWorkflow name - should be descriptive and related to the workflow's purpose
onYesTrigger events (e.g., {push: {branches: ['main']}, pull_request: {}})
ownerYesRepository owner
pathYesPath for the workflow file (e.g., '.github/workflows/ci.yml')
repoYesRepository name

Input Schema (JSON Schema)

{ "properties": { "branch": { "default": "main", "description": "Branch to create the workflow on", "type": "string" }, "commitMessage": { "default": "Add GitHub Actions workflow", "description": "Commit message", "type": "string" }, "jobs": { "description": "Jobs configuration", "type": "object" }, "name": { "description": "Workflow name - should be descriptive and related to the workflow's purpose", "type": "string" }, "on": { "description": "Trigger events (e.g., {push: {branches: ['main']}, pull_request: {}})", "type": "object" }, "owner": { "description": "Repository owner", "type": "string" }, "path": { "description": "Path for the workflow file (e.g., '.github/workflows/ci.yml')", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "path", "name", "on", "jobs" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/onemarc/github-actions-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server