wootech-jira-mcp
Provides tools for logging work time on Jira issues, viewing issue details, and generating time statistics, with automatic extraction of issue keys from Git commit messages.
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., "@wootech-jira-mcplog 2h for my last commit"
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.
wootech-jira-mcp
MCP Server để log time và thống kê Jira trực tiếp từ Cursor IDE.
Cài đặt
git clone <repo>
cd wootech-jira-mcp
npm install
cp .env.example .env
# Điền JIRA_EMAIL và JIRA_API_TOKEN vào .envTạo API token tại: https://id.atlassian.com/manage-profile/security/api-tokens
Related MCP server: Jira MCP Server
Kết nối Cursor
Thêm vào ~/.cursor/mcp.json (global — dùng cho mọi project):
{
"mcpServers": {
"wootech-jira": {
"command": "node",
"args": ["/absolute/path/to/wootech-jira-mcp/src/index.js"]
}
}
}Sau đó restart Cursor. Server sẽ tự load khi mở bất kỳ project nào.
Cách dùng trong Cursor
Log time từ commit mới nhất
log 2h cho commit vừa rồi
log time cho AR-66, 1h 30m, fix login bugXem commits gần đây có issue key
xem commits gần đây cần log
show recent commitsThống kê thời gian
thống kê tuần này
bao nhiêu giờ tháng này
time sheet hôm nay
stats for project AR this weekXem thông tin issue
AR-66 là issue gì?
info về TRIN-23Commit message convention
Server tự extract issue key theo pattern:
Commit message | Key được parse |
|
|
|
|
|
|
| ❌ không có key — cần nhập tay |
Tools exposed
Tool | Mô tả |
| Log work lên Jira issue |
| Liệt kê commits có issue key |
| Thống kê theo day/week/month/all |
| Xem chi tiết issue |
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.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server to provide Jira Tickets information to AI coding agents like Cursor61626MIT
- Alicense-qualityFmaintenanceA simple MCP server that provides access to Jira issues from Cursor AI, allowing users to reference and query Jira tickets directly in the chat panel.17MIT
- AlicenseCqualityBmaintenanceAn MCP server for managing Tempo worklogs in Jira, allowing users to track time, retrieve logs, and perform bulk operations via natural language. It integrates with the Tempo API to support creating, editing, and deleting work entries through MCP-compatible clients like Claude and Cursor.714642MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides tools for interacting with Jira. Enables Cursor and other MCP clients to fetch tickets, manage linked tickets, and update ticket status.3
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A MCP server built for developers enabling Git based project management with project and personal…
WakaTime MCP.
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/HelenNguyen1611/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server