@aaronsb/jira-cloud-mcp

MCPattested
v0.11.2aaronsbMITUpdated 5d agonpmGitHub

Model Context Protocol (MCP) server for Jira Cloud - enables AI assistants to interact with Jira

Works in
ClaudeCursorCopilotGemini

Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Attested build
A verified provenance attestation binds this artifact to the listed repository. Nobody has claimed the listing yet — this proves where the code was built, not who stands behind it.
4GitHub stars
5d agoLast update
Needs 1 credential before it runs
  • JIRA_API_TOKENAPI keyrequired

    Jira API token (generate at https://id.atlassian.com/manage/api-tokens)

Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Package
Authoraaronsb
LicenseMIT
Version0.11.2
Sourcenpm+mcp-registry
Trust Status
A
85/100Trusted
Listed in Forge index+10/10
Identity verified · attested build+20/20
Ed25519 publish signature+0/5
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
npm maintainer match+0/5
Publisher: add the verified GitHub login to the npm package's maintainers (npm owner add <login>)
CVE scan · clean+30/30
Static analysis · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusIdentity verified
PublisherUnverified
SignatureUnsigned
Domain
Provenance✓ Sigstore-verified · 814cf0c
Dependencies✓ 60 resolved+ · none vulnerable
Tool surface17 tools · none privileged
Security scan✓ Cleanv0.11.2 · todayHow well does this scan work?
EvalsNone
IndexedSep 1, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

17 tools · none privileged
Statically extracted from the published packagev0.11.2 · 1h ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

backlog_healthRun a data quality health check on a project backlog — surfaces rot, staleness, and planning gaps

Run a data quality health check on a project backlog — surfaces rot, staleness, and planning gaps

No input schema was published for this tool.

projectJira project key (e.g. PROJ, ENG)

Jira project key (e.g. PROJ, ENG)

No input schema was published for this tool.

contributor_workloadPer-contributor workload breakdown with staleness and risk — scopes detail queries to fit within sample cap

Per-contributor workload breakdown with staleness and risk — scopes detail queries to fit within sample cap

No input schema was published for this tool.

sprint_reviewSprint review preparation — velocity, scope changes, at-risk items, and completion forecast

Sprint review preparation — velocity, scope changes, at-risk items, and completion forecast

No input schema was published for this tool.

board_idJira board ID (find via manage_jira_board list)

Jira board ID (find via manage_jira_board list)

No input schema was published for this tool.

narrow_analysisRefine a capped analysis query — guides you to narrow JQL for precise detail metrics

Refine a capped analysis query — guides you to narrow JQL for precise detail metrics

No input schema was published for this tool.

jqlThe JQL query to refine (from a previous capped analysis)

The JQL query to refine (from a previous capped analysis)

No input schema was published for this tool.

manage_jira_filterSearch for issues using JQL queries, or manage saved filters. Returns issue details (title, status, description). For quantitative questions (counts, totals, overdue, workload), use analyze_jira_issues instead.

Search for issues using JQL queries, or manage saved filters. Returns issue details (title, status, description). For quantitative questions (counts, totals, overdue, workload), use analyze_jira_issues instead.

No input schema was published for this tool.

manage_jira_sprintManage sprints: create, start, close, and assign issues to sprints

Manage sprints: create, start, close, and assign issues to sprints

No input schema was published for this tool.

manage_jira_issueGet, create, update, delete, move, transition, comment on, link, log work on, or explore hierarchy of Jira issues. For custom-field writes, consult `jira://capabilities` (field routing) and `jira://custom-fields/{projectKey}/{issueType}` (what is settable here) — some fields need dedicated tools an…

Get, create, update, delete, move, transition, comment on, link, log work on, or explore hierarchy of Jira issues. For custom-field writes, consult `jira://capabilities` (field routing) and `jira://custom-fields/{projectKey}/{issueType}` (what is settable here) — some fields need dedicated tools an…

No input schema was published for this tool.

manage_jira_projectList projects or get project configuration and metadata. For issue counts, workload, or cross-project comparison, use analyze_jira_issues with metrics: ["summary"] instead.

List projects or get project configuration and metadata. For issue counts, workload, or cross-project comparison, use analyze_jira_issues with metrics: ["summary"] instead.

No input schema was published for this tool.

manage_jira_boardList boards or get board details and configuration

List boards or get board details and configuration

No input schema was published for this tool.

analyze_jira_issuesNo description published

This tool published no description. Forge does not invent one.

manage_jira_planNavigate and manage the strategic-to-execution hierarchy. Walks issue trees and Atlassian Goals via GraphQL. Read: analyze rollups (dates, points, progress, conflicts), discover goals (list_goals), get goal detail (get_goal). Write: create/update goals, post status updates, link/unlink Jira issues…

Navigate and manage the strategic-to-execution hierarchy. Walks issue trees and Atlassian Goals via GraphQL. Read: analyze rollups (dates, points, progress, conflicts), discover goals (list_goals), get goal detail (get_goal). Write: create/update goals, post status updates, link/unlink Jira issues…

No input schema was published for this tool.

manage_jira_mediaManage file attachments on Jira issues (remote). Operations here affect Jira — delete permanently removes an attachment from the issue for all users. Use manage_workspace for local file staging. Downloads copy from Jira to workspace; uploads copy from workspace to Jira.

Manage file attachments on Jira issues (remote). Operations here affect Jira — delete permanently removes an attachment from the issue for all users. Use manage_workspace for local file staging. Downloads copy from Jira to workspace; uploads copy from workspace to Jira.

No input schema was published for this tool.

manage_workspaceManage files in the local workspace staging area (local only — no Jira impact). Files downloaded via manage_jira_media land here. Delete only removes the local copy. Use manage_jira_media to affect attachments on Jira issues.

Manage files in the local workspace staging area (local only — no Jira impact). Files downloaded via manage_jira_media land here. Delete only removes the local copy. Use manage_jira_media to affect attachments on Jira issues.

No input schema was published for this tool.

queue_jira_operationsExecute multiple Jira operations in a single call. Operations run sequentially with result references ($0.key) and per-operation error strategies (bail/continue). Powerful for analysis pipelines: create a filter, then run multiple analyze_jira_issues calls against $0.filterId with different groupBy…

Execute multiple Jira operations in a single call. Operations run sequentially with result references ($0.key) and per-operation error strategies (bail/continue). Powerful for analysis pipelines: create a filter, then run multiple analyze_jira_issues calls against $0.filterId with different groupBy…

No input schema was published for this tool.

16 of 17 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

Model Context Protocol (MCP) server for Jira Cloud - enables AI assistants to interact with Jira

Keywords
mcpmodel-context-protocoljirajira-cloudatlassianaiclaudellm
Alternatives
Comparing tool surfaces…

Dependency tree

What one Forge scan resolved from npm metadata on 2026-09-05 — observed resolution, not a publisher declaration.

60 packages resolved · 4 direct · none carrying advisories Resolution stops at depth 4 and 60 packages.

The crawl stopped at the 60-package limit. The rest of the tree was never resolved.

36 more resolved packages are not drawn here (display cap: 24). Every dependency carrying an advisory is drawn regardless of the cap. Full inventory (CycloneDX SBOM)

Declared but not resolved

67 declared dependencies never landed in the tree. They are missing from Forge's resolution, not from the package.

+55 more not listed. The counts by reason above cover all of them.

Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.

Topics

Related in cloud platforms