GIT MCP Server
@wty0512
GIT MCP Server について
A Model Context Protocol (MCP) server to provide git tools for LLM Agents, with fixes for the amend parameter caching issue
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"git-mcp-server-wty0512": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"git-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is GIT MCP Server?
GIT MCP Server is a Model Context Protocol (MCP) server that provides tools for interacting with Git repositories. It allows AI assistants and LLM agents to manage repositories, branches, commits,
「バージョン管理」の他のコンテンツ
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
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

Git
modelcontextprotocolModel Context Protocol Servers
コメント