jira-sisoog-mcp
Provides tools for interacting with Jira, enabling management of issues, worklogs, comments, transitions, and JQL searches on a Jira instance.
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., "@jira-sisoog-mcpLog 2 hours on APP-1851"
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.
jira-sisoog-mcp
MCP سرور برای Jira خودمیزبان (jira.sisoog.com) تا از داخل Cursor تسکها را مدیریت و worklog ثبت کنید.
پیشنیاز
Node.js 18+
دسترسی به Jira (یوزرنیم + پسورد یا Personal Access Token)
Related MCP server: JIRA MCP Server
نصب
cd E:/jira-mcp
npm install
npm run buildتنظیمات
این متغیرهای محیطی لازم است:
متغیر | توضیح |
| آدرس Jira (پیشفرض: |
| نام کاربری Jira |
| پسورد یا PAT |
|
|
نمونه: فایل .env.example را ببینید. برای Cursor، مقادیر را در کانفیگ MCP بگذارید (نه در گیت).
اگر Jira Data Center از Personal Access Token پشتیبانی میکند، همان را در JIRA_API_TOKEN بگذارید. برای PATهای Bearer مقدار JIRA_AUTH_TYPE=bearer را ست کنید؛ در غیر این صورت basic کافی است.
اتصال به Cursor
در %USERPROFILE%\.cursor\mcp.json:
{
"mcpServers": {
"jira-sisoog": {
"command": "node",
"args": ["E:/jira-mcp/dist/index.js"],
"env": {
"JIRA_BASE_URL": "https://jira.sisoog.com",
"JIRA_USERNAME": "YOUR_USER",
"JIRA_API_TOKEN": "YOUR_PASSWORD_OR_PAT",
"JIRA_AUTH_TYPE": "basic"
}
}
}
}بعد Cursor را ریاستارت کنید یا MCP را Reload کنید. نمونه کامل: mcp.cursor.example.json.
استفاده
در چت Cursor میتوانید بگویید:
تسکهای In Progress من را بیاور
جزئیات APP-1851 را نشان بده
۲ ساعت لاگ کار برای دیروز روی APP-1851 بزن
ورکلاگ ۲۱۸۰۷ را به ۱ دقیقه تغییر بده
APP-1851 را Done کن
روی APP-1851 کامنت بگذار: ...
نمونه پرامپت کوتاه:
تسکهای باز من رو لیست کن
روی APP-1851 برای سه روز پیش 2h لاگ بزن
همین لاگ رو ویرایش کن بکن 1m
APP-1851 رو Done کنابزارهای MCP
Tool | کار |
| تست لاگین و پروفایل کاربر |
| تسکهای بازِ assignشده به من |
| جستجو با JQL |
| جزئیات یک ایشو |
| آپدیت summary / description / labels / assignee |
| افزودن کامنت |
| لیست انتقال وضعیت |
| تغییر وضعیت |
| ثبت زمان |
| لیست ورکلاگها |
| ویرایش ورکلاگ |
| حذف ورکلاگ |
نمونه JQL
assignee = currentUser() AND status = "In Progress"
assignee = currentUser() AND resolution = Unresolved ORDER BY updated DESC
project = APP AND updated >= -7dفرمت زمان worklog
مثل Jira: 1h, 30m, 2h 15m, 1m
تاریخ شروع (اختیاری): ISO مثل 2026-08-08T10:00:00
توسعه
npm run dev # اجرای مستقیم با tsx
npm run build # کامپایل به dist/
npm start # اجرای distنکته امنیتی
رمز یا توکن را در گیت commit نکنید. فقط در mcp.json محلی یا متغیر محیطی سیستم بگذارید.
عیبیابی
مشکل | کار پیشنهادی |
MCP در Cursor دیده نمیشود | مسیر |
| یوزرنیم/پسورد یا PAT و |
| دسترسی Log Work در Jira را چک کنید |
ابزار جدید نیست | بعد از |
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
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables seamless integration between Cursor IDE and JIRA, allowing users to retrieve issues, execute JQL searches, and log work through natural language interactions.
- AlicenseBqualityDmaintenanceA Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.14206TypeScriptMIT
- 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
- 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
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
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/mohammad-k13/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server