Back to Home
chmouel icon

jayrah

Verified Safe

by chmouel

Overview

A CLI and TUI for managing Jira issues directly from the terminal, including an MCP server for AI tool integration and a local web UI.

Installation

Run Command
uv run --directory=/path/to/jayrah jayrah mcp

Environment Variables

  • JIRA_SERVER
  • JIRA_USER
  • JIRA_PASSWORD
  • JIRA_COMPONENT
  • EDITOR
  • VISUAL
  • WAYLAND_DISPLAY
  • DISPLAY
  • JIRA_API_TOKEN
  • JIRA_BASIC_AUTH

Security Notes

The web server explicitly warns it's for local development only and not hardened for public internet exposure. The Jira HTTP client can be configured to disable SSL verification (`--insecure`), which is a security risk if used in production. Password management can integrate with `pass` or `passage` via `subprocess.run`, which is standard for CLI tools but relies on external command security. No hardcoded secrets or malicious patterns were found in the provided code.

Similar Servers

Stats

Interest Score29
Security Score8
Cost ClassHigh
Avg Tokens2000
Stars3
Forks3
Last Update2025-11-20

Tags

JiraCLITUIWeb UIPythonAI IntegrationMCP Server