MCP server for Jira Service Management Operations — alerts, on-call schedules and responders
claude mcp add jira-alerts-mcp -- npx -y jira-alerts-mcp
claude_desktop_config.json
{
"mcpServers": {
"jira-alerts-mcp": {
"command": "npx",
"args": [
"-y",
"jira-alerts-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"jira-alerts-mcp": {
"command": "npx",
"args": [
"-y",
"jira-alerts-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jira-alerts-mcp": {
"command": "npx",
"args": [
"-y",
"jira-alerts-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"jira-alerts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jira-alerts-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"jira-alerts-mcp": {
"command": "npx",
"args": [
"-y",
"jira-alerts-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rrvrs--jira-alerts-mcp/reviews or the review_server meta-tool.
POST /mcp