mcp-github-issue
11
The MCP GitHub Issue Server is a tool designed to help large language models (LLMs) perform tasks by fetching GitHub issue details. It provides structured data, including the issue title and description, facilitating easy integration into MCP-based systems.
MCP GitHub Issue Server
- An MCP server that allows LLMs to fetch GitHub issue details and use them as task descriptions.
- Features:
- Fetches details from public GitHub repositories.
- Provides structured task data (title, description, source URL).
- No authentication needed for public repositories.
- Compatible with the Model Context Protocol (MCP).
Installation
Manual Installation
- Use
npx mcp-github-issue
to install manually.
Installing via Smithery
- Use
npx -y @smithery/cli install mcp-github-issue --client claude
for automatic installation.
Usage
- Add the server to MCP configuration for automated task completion.