MCP ExplorerExplorer

Mcp Git Assistant

@Davele12on 14 days ago
1 MIT
FreeCommunity
AI Systems
MCP-git-assistant leverages LLaMA for natural language tasks in repository management.

Overview

What is Mcp Git Assistant

mcp-git-assistant is a repository aimed at creating an MCP powered by the LLaMA language model, designed to facilitate the creation, updating, and modification of repositories using simple language.

Use cases

Use cases include automating repository updates, assisting new developers in understanding version control commands, and enabling non-technical users to manage code repositories effectively.

How to use

To use mcp-git-assistant, users can interact with the system by providing natural language commands, which the AI interprets to perform tasks related to repository management.

Key features

Key features include natural language processing for task execution, integration with version control systems, and the ability to simplify complex commands into user-friendly instructions.

Where to use

mcp-git-assistant can be used in software development environments, educational settings for teaching version control, and by teams looking to streamline their repository management processes.

Content

mcp-git-assistant

El objetivo de este repositorio es crear un MCP potenciado por el modelo de lenguaje LLaMA para crear, actualizar y modificar repositorios con palabras simples. Una manera de darle una tarea a la inteligencia artificial con lenguaje natural.


[!NOTE]

Para poder usar este proyecto necesitas saber como crear un token de github para tus repositorios, settings?

– Sebaxsus


Tabla de Contenidos

  1. Descripción del Proyecto
  2. Tabla de Contenidos
  3. Instalación
  4. Configuración
  5. Como obtener el token

Instalar / Clonar el Repositorio

Para usar el MCP primero clona este repositoria en su rama main

git clone https://github.com/Davele12/mcp-git-assistant.git

Configuración

Usa como ejemplo de configuracion el archivo .env.Example para saber que variables de entorno debes configurar

GITHUB_TOKEN = "TU_TOKEN_DE_ACCESO"
GITHUB_USERNAME = "TU_NOMBRE_DE_USUARIO_EN_GITHUB"

Como obtener el token de acceso a GitHub

  1. Entra a GitHub
  2. Ingresa a tu cuenta.
  3. Selecciona tu Perfil (El icono arriba a la derecha).
  4. Selecciona Configuración o Settings (Es lo mismo).
  5. Selecciona la Opcion Developer Settings.
  6. Selecciona Personal access tokens.
  7. Selecciona Tokens (classic).
  8. Selecciona Generate new token (classic).
  9. Copia el Token y pegalo en tu .env.

Tools

No tools

Comments