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.

评论

版本控制 分类下的更多 MCP 服务器