Connects to Jira through Atlassian's modern api.atlassian.com gateway using scoped API tokens (the ATATT prefix kind) instead of the classic tokens that are being phased out. Exposes 14 tools covering reads (get issue, JQL search, list comments, fetch transitions), writes (create/update/delete issues, add comments, move through workflows, link issues), and attachments. Default mode is read-only unless you explicitly grant write:jira-work scope. Delete operations require a confirm parameter as a safety guard. Scope enforcement happens server-side before API calls go out, so the AI can't accidentally exceed the permissions you've granted. Useful if you're already on scoped tokens or want proper scope boundaries between read and write operations.
claude mcp add --transport stdio io.github.deepwired-mcp-jira-scoped uvx mcp-jira-scoped