mcp-server-git
@killinsun
About mcp-server-git
A repository to learn MCP Server with implementing git features.
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.
Frequently asked questions
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.
Basic information
More Version Control MCP servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra

Kin
Troy Fortin, Jr. (Firelock, LLC)The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.
Bitbucket Server MCP
garc33mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers

Github
modelcontextprotocolModel Context Protocol Servers
Comments