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"
}
}
}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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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