Skip to main content
Glama

Git Workflow Automation MCP Server

by Arcia125

complete_git_workflow

Automate Git workflows by committing files, creating pull requests, and optionally merging changes. Supports conventional commit formatting and previews via dry run to streamline version control processes.

Instructions

Execute complete Git workflow: commit, push, create PR, and optionally merge

Input Schema

NameRequiredDescriptionDefault
autoMergeNoAutomatically merge PR after creation
baseBranchNoBase branchmain
branchNoFeature branch name
commitMessageYesCommit message (conventional format)
dryRunNoPreview without executing
filesNoFiles to commit
prBodyYesPull request description
prTitleYesPull request title
workingDirNoWorking directory path

Input Schema (JSON Schema)

{ "properties": { "autoMerge": { "default": false, "description": "Automatically merge PR after creation", "type": "boolean" }, "baseBranch": { "default": "main", "description": "Base branch", "type": "string" }, "branch": { "description": "Feature branch name", "type": "string" }, "commitMessage": { "description": "Commit message (conventional format)", "type": "string" }, "dryRun": { "default": false, "description": "Preview without executing", "type": "boolean" }, "files": { "description": "Files to commit", "items": { "type": "string" }, "type": "array" }, "prBody": { "description": "Pull request description", "type": "string" }, "prTitle": { "description": "Pull request title", "type": "string" }, "workingDir": { "description": "Working directory path", "type": "string" } }, "required": [ "commitMessage", "prTitle", "prBody" ], "type": "object" }
Install Server

Other Tools from Git Workflow Automation MCP Server

Related Tools

    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/Arcia125/git-workflow-mcp-server'

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