Local Git MCP Server
@okdshin
About Local Git MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"local-git-mcp-server": {
"command": "python",
"args": [
"git_server.py",
"[--repositories-dir",
"./repositories]"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Local Git MCP Server?
A Python-based Git repository management server that uses the MCP (Message-based Communication Protocol) framework. It allows users to create, manage, and interact with local Git repositories, performing operations such as adding files, committing, pulling, pushing, and generating diffs.
How to use Local Git MCP Server?
Run the server with the command python git_server.py. Optionally specify a custom repositories directory using the --repositories-dir flag (default is ./repositories).
Key features of Local Git MCP Server
- Create and manage local Git repositories
- Validate repository names
- Add files to repositories
- Commit changes
- Pull and push operations
- Generate diffs between commits
Use cases of Local Git MCP Server
- Automating local Git workflows for development teams
- Managing multiple Git repositories from a central MCP interface
- Performing common Git operations without direct command line usage
- Integrating Git operations into MCP‑based automation pipelines
FAQ from Local Git MCP Server
—
Basic information
More Version Control MCP servers
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Comments