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 Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Github Mcp Server
githubGitHub's official MCP Server
Bitbucket Server MCP
garc33Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
コメント