Git MCP
A MCP tool to using git, built with FastMCP.
Usage
You set up your repos folder on your own disk.
Run from source code
REPO_DIR=<your repo dir>
Start server.py
uv run server.py
This will start a MCP server on your machine.
Run from Docker
In your repos folder, run:
docker run --rm -t -v $(pwd):/repos -p 8000:8000 -e REPO_DIR=/repos svtter/git-mcp
Config
Config your MCP application
{
"mcpServers": {
"git": {
"url": "http://<your_host>:8000/sse"
}
}
}
For example,
{
"mcpServers": {
"git": {
"url": "http://localhost:8000/sse"
}
}
}
Recommend MCP Servers 💡
yfinance-trader
An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library, specifically adapted for Claude Desktop.
forevervm-mcp
An MCP server for ForeverVM that allows Claude to execute code within a Python REPL.
mcp-remote-call-ping-pong
🏓 An experimental and educational script for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
ThomasRohde/mcp_server_manager
A backend Python application that serves MCP and FastAPI interfaces for managing MCP servers integrated with Claude Desktop.
helebest/my-mcp-lab
A lab project for setting up an SSE-based Model Context Protocol (MCP) server.
mcp-v8
MCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.