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,
版本控制 分类下的更多 MCP 服务器
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers

GitLab
modelcontextprotocolModel Context Protocol Servers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Atlassian 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.
评论