mcp-server-git
@killinsun
About mcp-server-git
A repository to learn MCP Server with implementing git features.
Basic information
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.
More Version Control MCP servers
Linear MCP Server
clinea private MCP server for accessing Linear
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.

GitLab
modelcontextprotocolModel Context Protocol Servers
Bitbucket Server MCP
garc33GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Comments