jira-sisoog-mcp

jira-sisoog-mcp

MCP server for self-hosted Jira, enabling task management, searching issues, adding comments, transitioning statuses, and logging worklogs directly from Cursor.

Category
Visit Server

README

jira-sisoog-mcp

MCP سرور برای Jira خودمیزبان (jira.sisoog.com) تا از داخل Cursor تسک‌ها را مدیریت و worklog ثبت کنید.

پیش‌نیاز

  • Node.js 18+
  • دسترسی به Jira (یوزرنیم + پسورد یا Personal Access Token)

نصب

cd E:/jira-mcp
npm install
npm run build

تنظیمات

این متغیرهای محیطی لازم است:

متغیر توضیح
JIRA_BASE_URL آدرس Jira (پیش‌فرض: https://jira.sisoog.com)
JIRA_USERNAME نام کاربری Jira
JIRA_API_TOKEN پسورد یا PAT
JIRA_AUTH_TYPE basic (پیش‌فرض) یا bearer

نمونه: فایل .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 کار
jira_myself تست لاگین و پروفایل کاربر
jira_my_open_issues تسک‌های بازِ assign‌شده به من
jira_search جستجو با JQL
jira_get_issue جزئیات یک ایشو
jira_update_issue آپدیت summary / description / labels / assignee
jira_add_comment افزودن کامنت
jira_get_transitions لیست انتقال وضعیت
jira_transition_issue تغییر وضعیت
jira_add_worklog ثبت زمان
jira_get_worklogs لیست ورک‌لاگ‌ها
jira_update_worklog ویرایش ورک‌لاگ
jira_delete_worklog حذف ورک‌لاگ

نمونه 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 دیده نمی‌شود مسیر dist/index.js و ری‌استارت Cursor را چک کنید
401 Unauthorized یوزرنیم/پسورد یا PAT و JIRA_AUTH_TYPE را بررسی کنید
403 Forbidden روی worklog دسترسی Log Work در Jira را چک کنید
ابزار جدید نیست بعد از npm run build سرور MCP را Reload کنید

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured