lukewo/jira-cloud
v1.0.0MIT
Read-only Jira Cloud integration over the Jira REST API v3. Exposes a local MCP server with get_issue, search_issues (JQL), and get_issue_comments so Jira ticket context can be pulled into Kiro while coding. Uses a per-user Jira API token (no Rovo credits). Strictly read-only: it never creates, updates, transitions, comments on, or otherwise modifies Jira tickets.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
jira-cloudstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/server/dist/index.js"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "jira-cloud",
"version": "1.0.0",
"description": "Read-only Jira Cloud integration over the Jira REST API v3. Exposes a local MCP server with get_issue, search_issues (JQL), and get_issue_comments so Jira ticket context can be pulled into Kiro while coding. Uses a per-user Jira API token (no Rovo credits). Strictly read-only: it never creates, updates, transitions, comments on, or otherwise modifies Jira tickets.",
"author": {
"name": "Luke Worthington"
},
"keywords": [
"jira",
"jira cloud",
"rest api",
"issues",
"read-only",
"ticket context"
],
"license": "MIT"
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE