MCP GitHub Issue Server
The MCP GitHub Issue Server enables LLMs to fetch GitHub issue details to be used as tasks.
Fetch details (title, description, source URL) from public GitHub issues
Use these issues as structured task descriptions
No authentication required for public repositories
Compatible with the Model Context Protocol (MCP)
Allows LLMs to fetch GitHub issue details and use them as task descriptions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP GitHub Issue Serverget details from https://github.com/owner/repo/issues/456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP GitHub Issue Server
An MCP server that provides LLMs with the ability to use GitHub issues as the task to complete. This server allows LLMs to fetch GitHub issue details and use them as task descriptions.
Installation
Manual Installation
npx mcp-github-issueInstalling via Smithery
To install MCP GitHub Issue Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-github-issue --client claudeRelated MCP server: GitHub MCP Server
Usage
As an MCP Server
Add to your MCP configuration:
{
"mcpServers": {
"github-issue": {
"command": "npx",
"args": ["mcp-github-issue"]
}
}
}Available Tools
get_issue_task
Fetches GitHub issue details to use as a task.
Input Schema:
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "GitHub issue URL (https://github.com/owner/repo/issues/number)"
}
},
"required": ["url"]
}Example Usage:
<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>Response Format:
{
"task": {
"title": "Issue Title",
"description": "Issue Description/Body",
"source": "https://github.com/owner/repo/issues/123"
}
}Features
Fetches GitHub issue details from public repositories
No authentication required for public repositories
Returns structured task data including title, description, and source URL
Compatible with the Model Context Protocol (MCP)
Development
# 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 inspectorLicense
MIT
Author
Sam McLeod (https://smcleod.net)
Available Tools
1 toolget_issue_taskC
Fetch GitHub issue details to use as a task
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | GitHub issue URL (https://github.com/owner/repo/issues/number) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Fetch' which implies a read operation, but doesn't mention any behavioral traits like rate limits, authentication needs, error handling, or what 'as a task' entails. This leaves significant gaps in understanding how the tool behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded with the core action and resource, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no annotations and no output schema, the description is incomplete. It doesn't explain what 'GitHub issue details' includes, how the data is returned, or what 'as a task' means operationally. For a tool with no structured support, more descriptive context is needed to be fully helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, with the parameter 'url' fully documented in the schema. The description doesn't add any parameter-specific information beyond what the schema provides, such as format details or usage examples. With high schema coverage, the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Fetch') and resource ('GitHub issue details'), making the purpose understandable. It adds context about using the fetched data 'as a task', which provides additional intent. However, with no sibling tools, it doesn't need to differentiate from alternatives, so it doesn't reach the highest score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives or any prerequisites. It mentions using the fetched details 'as a task', which hints at a potential use case but doesn't offer explicit when/when-not instructions or context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v1.0.0- First observed
get_issue_task
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to compare it against. The tool's purpose is clearly defined as fetching GitHub issue details for task usage.
The single tool name 'get_issue_task' follows a consistent verb_noun pattern, using snake_case. Since there is only one tool, naming consistency is inherently perfect with no deviations to assess.
A single tool is too few for a server named 'MCP GitHub Issue Server', as this suggests a broader scope for managing GitHub issues. Typically, such a server would include multiple tools for operations like creating, updating, listing, or closing issues, making this set feel incomplete and thin.
The tool set is severely incomplete for the apparent domain of GitHub issue management. It only provides a 'get' operation, lacking essential CRUD/lifecycle coverage such as create, update, delete, list, or search, which will likely cause agent failures in handling issue-related tasks.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Access the GitHub API, enabling file operations, repository management, search functionality, and…
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
130Manage repositories, users, releases, and automate GitHub workflows
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.2467ISC
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