MCP GitHub Issue Server

by sammcj

Integrations

  • Allows LLMs to fetch GitHub issue details and use them as task descriptions.

Servidor de problemas de GitHub de MCP

Un servidor MCP que permite a los LLM usar las incidencias de GitHub como tarea a completar. Este servidor permite a los LLM obtener detalles de las incidencias de GitHub y usarlos como descripciones de tareas.

Instalación

Instalación manual

npx mcp-github-issue

Instalación mediante herrería

Para instalar MCP GitHub Issue Server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install mcp-github-issue --client claude

Uso

Como servidor MCP

Añade a tu configuración de MCP:

{ "mcpServers": { "github-issue": { "command": "npx", "args": ["mcp-github-issue"] } } }

Herramientas disponibles

obtener_tarea_de_problema

Obtiene detalles del problema de GitHub para usarlos como tarea.

Esquema de entrada:

{ "type": "object", "properties": { "url": { "type": "string", "description": "GitHub issue URL (https://github.com/owner/repo/issues/number)" } }, "required": ["url"] }

Ejemplo de uso:

<use_mcp_tool> <server_name>github-issue</server_name> <tool_name>get_issue_task</tool_name> <arguments> { "url": "https://github.com/owner/repo/issues/123" } </arguments> </use_mcp_tool>

Formato de respuesta:

{ "task": { "title": "Issue Title", "description": "Issue Description/Body", "source": "https://github.com/owner/repo/issues/123" } }

Características

  • Obtiene detalles de problemas de GitHub de repositorios públicos
  • No se requiere autenticación para repositorios públicos
  • Devuelve datos de tareas estructurados, incluidos título, descripción y URL de origen.
  • Compatible con el Protocolo de Contexto de Modelo (MCP)

Desarrollo

# Install dependencies npm install # Build the project npm run build # Run the server locally npm run serve # Format code npm run format # Run MCP inspector npm run inspector

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Autor

Sam McLeod ( https://smcleod.net )

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Permite a los LLM interactuar con los problemas de GitHub al proporcionar detalles como tareas, lo que permite una integración y gestión de tareas perfectas a través de la plataforma de GitHub.

  1. Instalación
    1. Instalación manual
    2. Instalación mediante herrería
  2. Uso
    1. Como servidor MCP
    2. Herramientas disponibles
  3. Características
    1. Desarrollo
      1. Licencia
        1. Autor

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            Enables interaction with GitHub through the GitHub API, supporting file operations, repository management, advanced search, and issue tracking with comprehensive error handling and automatic branch creation.
            Last updated -
            9
            1
            TypeScript
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables efficient management of GitHub issues in a Kanban board format, allowing LLMs to automate task management through GitHub integration.
            Last updated -
            4
            2
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables Claude and other compatible LLMs to interact with the GitHub API, supporting features like creating issues, retrieving repository information, listing issues, and searching repositories.
            Last updated -
            TypeScript
          • -
            security
            A
            license
            -
            quality
            An MCP server that enables clients to extract LLM-friendly prompts from documentation in GitHub repositories or hosted websites.
            Last updated -
            Python
            Apache 2.0

          View all related MCP servers

          ID: enk3b2bcjr