wootech-jira-mcp
MCP Server to log time and view Jira statistics directly from Cursor IDE.
README
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 .env
Tạo API token tại: https://id.atlassian.com/manage-profile/security/api-tokens
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 bug
Xem commits gần đây có issue key
xem commits gần đây cần log
show recent commits
Thố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 week
Xem thông tin issue
AR-66 là issue gì?
info về TRIN-23
Commit message convention
Server tự extract issue key theo pattern:
| Commit message | Key được parse |
|---|---|
AR-66: fix login bug |
AR-66 |
feat(AR-66): add OAuth |
AR-66 |
[TRIN-23] update header |
TRIN-23 |
fix typo |
❌ không có key — cần nhập tay |
Tools exposed
| Tool | Mô tả |
|---|---|
log_time |
Log work lên Jira issue |
log_time_from_commits |
Liệt kê commits có issue key |
get_stats |
Thống kê theo day/week/month/all |
get_issue_info |
Xem chi tiết issue |
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.