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,

コメント

「バージョン管理」の他のコンテンツ