← Back to Plugins
MCP Server MCP

Jira Alerts (JSM Operations)

github By github 👁 1 views ▲ 0 votes

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "jira-alerts-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Atlassian site cloud id (a UUID). Find it at https://<your-site>.atlassian.net/_edge/tenant_info",
          "isRequired": true,
          "format": "string",
          "name": "JSM_CLOUD_ID"
        },
        {
          "description": "Atlassian account email, for API token auth. Required unless JSM_OAUTH_TOKEN is set.",
          "format": "string",
          "name": "JSM_EMAIL"
        },
        {
          "description": "Atlassian account API token, paired with JSM_EMAIL. Required unless JSM_OAUTH_TOKEN is set.",
          "format": "string",
          "isSecret": true,
          "name": "JSM_API_TOKEN"
        },
        {
          "description": "OAuth 3LO or Forge bearer token. Takes precedence over JSM_EMAIL and JSM_API_TOKEN.",
          "format": "string",
          "isSecret": true,
          "name": "JSM_OAUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...