josephtandle

Issue Tracker MCP

Community josephtandle
Updated

Issue tracking, project management, sprint planning

Issue Tracker MCP

Stop context switching between code and Jira.

MCPize License: MIT

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "issue-tracker": {
      "url": "https://your-cloud-run-url/mcp"
    }
  }
}

Before / After

Before: Open browser, navigate to Jira, find the project, click New Issue, fill in fields, copy the ticket ID back into your terminal.

After:

Input:

{
  "title": "Auth token expires too early on mobile",
  "type": "bug",
  "priority": "high",
  "project": "WEBAPP",
  "assignee": "alice"
}

Output:

{
  "message": "Issue created: ISS-1",
  "issue": {
    "id": "ISS-1",
    "title": "Auth token expires too early on mobile",
    "status": "todo",
    "priority": "high",
    "type": "bug",
    "project": "WEBAPP",
    "assignee": "alice",
    "createdAt": "2026-04-03T12:00:00.000Z"
  }
}

Tools

Tool What it does
create_issue Create a new issue with title, type, priority, and project
list_issues List and filter issues by status, priority, assignee, or sprint
get_issue Fetch full details for a single issue including all comments
update_issue Change status, assignee, priority, or any other field
delete_issue Permanently remove a duplicate or mistaken issue
add_comment Append a comment to an issue with author and timestamp
create_sprint Create a sprint with name, goal, start date, and end date
list_sprints List sprints filtered by project or status
add_to_sprint Move one or more issues into a sprint for planning
search_issues Full-text search across issue titles and descriptions
get_sprint_board Kanban view of a sprint with issues grouped by status column
get_project_stats Project health report: counts by status, priority, and type

Who is this for?

  • Developers who want to log bugs and feature requests without leaving the terminal
  • Engineering leads who need standup summaries and sprint boards on demand
  • Teams who want lightweight issue tracking without paying for a SaaS subscription

Health Check

GET /
GET /health

Response: { "status": "ok", "server": "issue-tracker", "version": "1.0.0", "tools": 12 }

Built by

Built by Mastermind HQ

License

MIT

MCP Server · Populars

MCP Server · New

    Swap-API

    Swap API

    MCP Server

    Community Swap-API
    juyterman1000

    Entroly

    Entroly helps AI coding tools like Cursor, Copilot, and Claude Code use the right context from your entire codebase—improving output quality while reducing token usage.

    Community juyterman1000
    unbrowse-ai

    Unbrowse

    Unbrowse — api native browser skill/cli for any agent. Auto-discovers APIs from browser traffic, generates skills on the fly to call APIs directly 100x faster, 80% cheaper locally.

    Community unbrowse-ai
    campfirein

    ByteRover CLI

    ByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)

    Community campfirein
    cafeTechne

    Antigravity Link (VS Code Extension)

    VS Code extension that bridges Antigravity sessions to mobile for uploads and voice-to-text

    Community cafeTechne