Git Executor MCP Server and client.
@fjmpaez
A simple MCP server
Overview
What is Git Executor MCP Server and client?
It is a simple MCP server for interacting with a git repository, built using the Python SDK. It includes two git tools, one prompt, and one resource, and serves as a reference for a tutorial on Adictos al Trabajo.
How to use Git Executor MCP Server and client?
Clone the repository, install dependencies with poetry install, then run poetry run python src/git-explorer.py ./src/server/server.py absolute_path_to_git_repo with the absolute path to the target git repository.
Key features of Git Executor MCP Server and client
- Two git tools, one prompt, one resource
- Built with the MCP Python SDK
- Simple integration with local git repositories
- Designed as a tutorial reference example
- Supports any local git repository path
Use cases of Git Executor MCP Server and client
- Interact with a git repository through MCP tools
- Automate common git operations via prompts and resources
- Learn MCP server development with a minimal, functional example
- Reference implementation for MCP Python SDK usage
FAQ from Git Executor MCP Server and client
What tools does the server provide?
It provides two git tools, one prompt, and one resource for interacting with a git repository.
How do I install the server?
Clone the repository and run poetry install in the project directory to install dependencies.
What is the purpose of this server?
It is a simple example to demonstrate how to build an MCP server for git interactions, created for a tutorial.
What dependencies does it require?
The server requires Python and the MCP Python SDK, managed via Poetry.