Back to Browse

Jira Alerts MCP Server

by Rrvrs
Business ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Atlassian site cloud id (a UUID). Find it at https://<your-site>.atlassian.net/_edgeAuth/tenantInfoOptional

Environment variable: JSM_CLOUD_ID

Atlassian account email, for API token auth. Required unless JSM_OAUTH_TOKEN is set.Optional

Environment variable: JSM_EMAIL

Atlassian account API token, paired with JSM_EMAIL. Required unless JSM_OAUTH_TOKEN is set.Required

Environment variable: JSM_API_TOKEN

OAuth 3LO or Forge bearer token. Takes precedence over JSM_EMAIL and JSM_API_TOKEN.Required

Environment variable: JSM_OAUTH_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rrvrs-jira-alerts-mcp": {
      "env": {
        "JSM_EMAIL": "your-jsm-email-here",
        "JSM_CLOUD_ID": "your-jsm-cloud-id-here",
        "JSM_API_TOKEN": "your-jsm-api-token-here",
        "JSM_OAUTH_TOKEN": "your-jsm-oauth-token-here"
      },
      "args": [
        "-y",
        "jira-alerts-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!