karolswdev/ticketron
Ticketron (tix) is a CLI tool designed to quickly create JIRA issues based on brief user input, leveraging LLMs for detail generation and an MCP server for JIRA interaction.
Platform-specific configuration:
{
"mcpServers": {
"ticketron": {
"command": "npx",
"args": [
"-y",
"ticketron"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...