Local Git MCP Server
@okdshin
关于 Local Git MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"local-git-mcp-server": {
"command": "python",
"args": [
"git_server.py",
"[--repositories-dir",
"./repositories]"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
版本控制 分类下的更多 MCP 服务器
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
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
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
评论