jayrah
Verified Safeby 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
uv run --directory=/path/to/jayrah jayrah mcpEnvironment 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
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
agentx
AI-native terminal issue tracker for developers, providing structured task management, Git integration, and a Model Context Protocol server for agent interaction.
Jira-MCP-Server
Integrates Jira with Model Context Protocol (MCP) compatible AI/LLM clients for enhanced task management, sprint planning, and team workload tracking.
my-server-mcp
Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.