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 💡
mcp-server-creator
A meta-MCP server that dynamically generates FastMCP server configurations and Python code for creating other MCP servers.
@kukapay/whattimeisit-mcp
A lightweight MCP server that returns the current time based on the user's IP address.
ida-pro-mcp
MCP Server for IDA Pro.
mcp-server-time
A Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.
domain-check-mcp
An MCP server for checking domain availability using IONOS endpoints
xcodebuildmcp
An MCP server providing Xcode-related tools for AI assistants and MCP clients.