MCP.so
登录

Git Executor MCP Server and client.

@fjmpaez

关于 Git Executor MCP Server and client.

A simple MCP server

基本信息

分类

版本控制

运行时

python

传输方式

stdio

发布者

fjmpaez

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

版本控制 分类下的更多 MCP 服务器