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.

コメント

「バージョン管理」の他のコンテンツ