Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Jiri

БесплатноНе проверен

Enables AI agents to manage Jira Cloud issues through natural language, including searching, creating, updating, commenting, assigning, and transitioning issues

GitHubEmbed

Описание

Enables AI agents to manage Jira Cloud issues through natural language, including searching, creating, updating, commenting, assigning, and transitioning issues.

README

An MCP (Model Context Protocol) server that connects AI agents to Jira Cloud, enabling natural language issue management.

Features

Tool Description
search_issues Search issues with JQL
get_issue Get full issue details
create_issue Create new issues
update_issue Update issue fields
add_comment Add comments
list_transitions List available status transitions
transition_issue Change issue status
assign_issue Assign/unassign issues
list_projects List accessible projects
search_users Search users by name/email

Setup

1. Install dependencies

npm install

2. Configure environment

Copy the example env file and fill in your credentials:

cp .env.example .env

You'll need:

  • JIRA_HOST — Your Jira Cloud URL (e.g., https://yourcompany.atlassian.net)
  • JIRA_EMAIL — Your Atlassian account email
  • JIRA_API_TOKEN — API token from Atlassian API Tokens

3. Build

npm run build

Usage

With Antigravity

Copy mcp_config.json to your Antigravity config directory and update the environment variables:

# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json

# Or project-specific
cp mcp_config.json .agents/mcp_config.json

Edit the copied file to add your real credentials:

{
  "mcpServers": {
    "jira": {
      "command": "node",
      "args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
      "env": {
        "JIRA_HOST": "https://yourcompany.atlassian.net",
        "JIRA_EMAIL": "[email protected]",
        "JIRA_API_TOKEN": "your-api-token"
      }
    }
  }
}

Development mode

npm run dev

Production

npm run build
npm start

Example prompts

Once connected, you can ask your AI agent things like:

  • "Search for open bugs in project MYAPP"
  • "What's the status of MYAPP-123?"
  • "Create a task in MYAPP: Fix login timeout with priority High"
  • "Move MYAPP-456 to In Progress"
  • "Add a comment to MYAPP-789: Deployed fix to staging"
  • "Who's assigned to MYAPP-321?"

License

MIT

from github.com/chatchawarn035/jira-mcp-type-script

Установка Jiri

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/chatchawarn035/jira-mcp-type-script

FAQ

Jiri MCP бесплатный?

Да, Jiri MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Jiri?

Нет, Jiri работает без API-ключей и переменных окружения.

Jiri — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Jiri в Claude Desktop, Claude Code или Cursor?

Открой Jiri на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Notion

Read and write pages in your workspace

Notionавтор: Notion

Linear

Issues, cycles, triage — from Claude

Linearавтор: Linear
Pro

Google Drive

Search and read your Drive files

Googleавтор: Google

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

mindsdbавтор: mindsdb

fulcradynamics/fulcra-context-mcp

MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li

fulcradynamicsавтор: fulcradynamics

aymericzip/intlayer

A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.

aymericzipавтор: aymericzip

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

rinadelphавтор: rinadelph

WhenLabs-org/when

Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod

WhenLabs-orgавтор: WhenLabs-org

Beltran12138/wecom-docs-mcp-server

WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server

Beltran12138автор: Beltran12138

madbonez/caldav-mcp

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),

madbonezавтор: madbonez

Compare Jiri with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity