Git Commit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_MODEL | No | OpenAI model to use (default: gpt-4o-mini) | gpt-4o-mini |
| ENABLE_AI | No | Set to true to use AI generation (default: true) | true |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO) | INFO |
| FORCE_SSH_ONLY | No | Require SSH for Git operations (default: true) | true |
| OPENAI_API_KEY | Yes | Required when ENABLE_AI=true for AI-powered commit messages |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| git_commit_and_pushA | Track changes, generate commit message, commit, and optionally push. This tool automates the Git commit workflow by:
Supports both local repositories and remote repository URLs. For remote repositories, the tool will clone them to a workspace and perform operations there. Args: repository_path: Path to the Git repository or remote URL (default: current directory) Supports: - Local paths: ".", "/path/to/repo", "relative/path" - SSH URLs: "git@github.com:user/repo.git" - HTTPS URLs: "https://github.com/user/repo.git" confirm_push: Whether to push to remote after committing (default: False) Returns: Dictionary containing commit result information: - success: Whether the operation completed successfully - commit_hash: The SHA hash of the created commit - commit_message: The full commit message used - files_changed: Number of files affected - pushed: Whether the commit was pushed to remote - changelog_updated: Whether CHANGELOG.md was updated - message: Human-readable status message - error: Error message if operation failed |
| generate_commit_messageA | Analyze changes and generate a Conventional Commit message using AI.
Returns: { success, commit_message, files_changed, message, error? } |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/surajfale/git-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server