A keyboard-driven Jira terminal UI in Rust; fast, legible, ADF-native, with an offline demo mode and an optional MCP server for agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jira-tui": {
"command": "cargo",
"args": [
"run",
"--",
"jira-tui"
]
}
}
}
Run in terminal:
claude mcp add jira-tui cargo run -- jira-tui
Add to .cursor/mcp.json:
{
"mcpServers": {
"jira-tui": {
"command": "cargo",
"args": [
"run",
"--",
"jira-tui"
]
}
}
}