MCP.so
Sign In

mcp-server-git

@killinsun

About mcp-server-git

A repository to learn MCP Server with implementing git features.

Basic information

Category

Version Control

Runtime

node

Transports

stdio

Publisher

killinsun

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Version Control MCP servers