github-issue-track logo

github-issue-track

by Raich UddinUpdated May 4, 2026

Exposes GitHub issue tracking functions via MCP, enabling listing, creating, updating, and closing issues in repositories. Developers use it to automate triage and reporting in AI-assisted workflows. Repo maintainers access issue data programmatically without direct GitHub API integration.

github
issues
developer-tools
+1
|

How to pay

Subscribe

Monthly billing

$10/month

Predictable monthly cost with included usage. Best for steady, high-volume traffic.

  • Unlimited tools within plan limits
  • One API key, billed once a month
  • Cancel any time

Overview

github-issue-track MCP server connects AI models to GitHub repositories for issue management. It translates natural language requests into GitHub API operations, handling authentication and rate limits transparently.

Key Capabilities

  • Issue listing and filtering by labels, assignees, or status.
  • Creating new issues with titles, descriptions, and assignees.
  • Updating issue states, adding comments, or modifying labels.
  • Retrieving issue details, timelines, and linked pull requests.

Specific tools focus on read/write operations for issues, supporting pagination and search queries.

Use Cases

  1. Automated Triage: Use list_issues to fetch open issues, then update_issue to assign based on keywords.
  2. Bug Reporting: create_issue from user feedback logs in CI/CD pipelines.
  3. Status Reporting: Query get_issue for weekly summaries across repos.
  4. Integration with Bots: Combine with add_comment for AI-generated responses to issues.

Who This Is For

Developers maintaining open-source projects, DevOps engineers automating workflows, and teams using GitHub for project tracking who want AI to handle routine issue operations.