MCP GitHub Issue Server
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-issueInstalació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 claudeRelated MCP server: GitHub MCP Server
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 inspectorLicencia
Instituto Tecnológico de Massachusetts (MIT)
Autor
Sam McLeod ( https://smcleod.net )
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables interaction with GitHub issues via the Model Context Protocol, allowing users to list and create issues with secure authentication.
- FlicenseNot gradedqualityDmaintenanceEnables GitHub repository and issue management through the Model Context Protocol, supporting retrieval of repo details, issue listing, creation, and commenting.
- FlicenseAqualityCmaintenanceEnables LLMs to list, create, and comment on GitHub issues using your own GitHub identity via stdio transport.3
- AlicenseBqualityCmaintenanceIntegrates with GitHub REST API to allow LLM agents to list and create repository issues.2452ISC
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sammcj/mcp-github-issue'
If you have feedback or need assistance with the MCP directory API, please join our Discord server