Issue Tracker MCP
Provides tools for managing Jira issues, sprints, and projects, enabling users to create and update issues, manage assignees and priorities, add comments, organize sprints, and view project statistics without leaving their development environment.
Click on "Deploy 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., "@Issue Tracker MCPcreate a high priority bug for login timeout in project WEBAPP"
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.
Issue Tracker MCP
Stop context switching between code and Jira.
Quick Start
Add to your MCP client config:
{
"mcpServers": {
"issue-tracker": {
"url": "https://your-cloud-run-url/mcp"
}
}
}Related MCP server: JIRA MCP Server
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 a new issue with title, type, priority, and project |
| List and filter issues by status, priority, assignee, or sprint |
| Fetch full details for a single issue including all comments |
| Change status, assignee, priority, or any other field |
| Permanently remove a duplicate or mistaken issue |
| Append a comment to an issue with author and timestamp |
| Create a sprint with name, goal, start date, and end date |
| List sprints filtered by project or status |
| Move one or more issues into a sprint for planning |
| Full-text search across issue titles and descriptions |
| Kanban view of a sprint with issues grouped by status column |
| 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Opinionated sprint tracker. Read/update tickets, sprints, velocity from Claude/Cursor/Zed.
- iKanbanOAuthcom.i-kanban
Tasks, sprints, releases and docs for engineering teams with AI coding agents.
Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Related MCP Servers
- -licenseNot gradedqualityDmaintenanceEnables natural language interactions with Jira for creating issues, managing boards, searching tickets, and handling project operations. Supports conversational AI workflows with smart field detection and multi-turn conversations.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.76 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceConnects Jira projects to AI assistants, enabling natural language queries to view, search, and filter stories with real-time access to descriptions, comments, status, and metadata without leaving your development environment.76 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables end-to-end automation of developer workflows from Jira issue tracking to GitHub pull requests through natural language, allowing developers to search issues, create branches, commit changes, and manage PRs directly from their IDE.2MIT