MCP.so
登录

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

基本信息

分类

版本控制

许可证

Apache-2.0 license

运行时

node

传输方式

stdio

发布者

wty0512

配置

使用下面的配置,将此服务器添加到你的 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 服务器