Skip to content
Cursor

Jira Alerts (JSM Operations) for Cursor

io.github.rrvrs/jira-alerts-mcp

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

client:Cursor transport:stdio runtime:npm

Install Jira Alerts (JSM Operations) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jira-alerts-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jira-alerts-mcp"
      ],
      "env": {
        "JSM_CLOUD_ID": "<JSM_CLOUD_ID>",
        "JSM_EMAIL": "<JSM_EMAIL>",
        "JSM_API_TOKEN": "<JSM_API_TOKEN>",
        "JSM_OAUTH_TOKEN": "<JSM_OAUTH_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Jira Alerts (JSM Operations) in other clients