Agentic-first issue tracking in your terminal — a lazygit-style TUI that reimagines Jira for AI agents, with a built-in MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jeera": {
"command": "go",
"args": [
"run",
"github.com/03-CiprianoG/jeera@latest"
]
}
}
}
Run in terminal:
claude mcp add jeera go run github.com/03-CiprianoG/jeera@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"jeera": {
"command": "go",
"args": [
"run",
"github.com/03-CiprianoG/jeera@latest"
]
}
}
}