MCP.so
ログイン

mcp-server-git

@killinsun

mcp-server-git について

A repository to learn MCP Server with implementing git features.

基本情報

カテゴリ

バージョン管理

ランタイム

node

トランスポート

stdio

公開者

killinsun

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-git-learn": {
      "command": "bun",
      "args": [
        "run",
        "index.ts"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-server-git?

A server for learning Model Context Protocol (MCP) by implementing git-related features. It runs on Bun and is intended for educational purposes.

How to use mcp-server-git?

Features of mcp-server-git

Use cases of mcp-server-git

FAQ from mcp-server-git

What runtime does mcp-server-git require?

Bun is required. The project was created with bun v1.2.12.

How do I install and run the server?

Run bun install to install dependencies, then bun run index.ts to start.

Is this server production‑ready?

The README describes it as a repository to learn MCP Server; it is likely for experimentation only.

コメント

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