mcp-server-git
@killinsun
关于 mcp-server-git
A repository to learn MCP Server with implementing git features.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
评论