★ 1 stars
Go
🤖 AI/LLM
Updated today
Jira CLI & MCP Server — dual-mode Go binary for Jira Cloud with 9 tools, 4 prompts, permission introspection, and dev-status API
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jtk": {
"command": "go",
"args": [
"run",
"github.com/zach-snell/jtk@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jtk go run github.com/zach-snell/jtk@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jtk": {
"command": "go",
"args": [
"run",
"github.com/zach-snell/jtk@latest"
]
}
}
}
📋 Copy
README Excerpt
The most comprehensive dedicated Jira MCP server in the open-source ecosystem. A dual-mode Go binary that works as both a rich CLI tool and an MCP server for AI agents. **11 MCP tools · 4 prompt templates · Full CLI · Single binary · Zero dependencies** | | jtk | mcp-atlassian (Python) | |---|---|---|
Tools (19)
JIRA_API_TOKEN JIRA_DISABLED_TOOLS JIRA_DOMAIN JIRA_EMAIL JIRA_TOKEN_TYPE dev_dependency_tree manage_attachments manage_boards manage_devinfo manage_issues manage_metrics manage_projects manage_search manage_users manage_versions manage_worklogs release_notes sprint_status standup_summary