github-mcp-server

TEstebanGQ/github-mcp-server
★ 0 stars JavaScript AI/LLM Updated today
Servidor Model Context Protocol (MCP) en Node.js para conectar agentes de IA (Groq/LLaMA 3.3) con la API de GitHub.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "TEstebanGQ/github-mcp-server"
      ]
    }
  }
}

README Excerpt

Servidor MCP para interactuar con la API de GitHub, con soporte para ramas, issues, pull requests y más. --- No uses `apt`. Instala Node.js mediante **nvm** (recomendado): ```bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash source ~/.bashrc # o ~/.zshrc si usas zsh

Tools (1)

dotenv

Topics

ai-agentsgithub-apigroqllama3mcpmodel-context-protocolnodejs