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 "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., "@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 installed
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 Servers
- -license-qualityDmaintenanceEnables 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.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.Last updated84Apache 2.0
- Alicense-qualityDmaintenanceConnects 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.Last updated84Apache 2.0
- Alicense-qualityDmaintenanceEnables 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.Last updated2MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
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/josephtandle/jira-mcp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server