# Opsgenie Alert Management Server

Manage Opsgenie alerts efficiently by listing, creating, acknowledging, and closing alerts. Add notes, view activity logs, and customize alert details seamlessly. Integrate with various transports in…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add burakdirin/opsgenie-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list burakdirin/opsgenie-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get burakdirin/opsgenie-mcp-server opsgenie_list_alerts

# Call a tool
npx -y @smithery/cli@latest tool call burakdirin/opsgenie-mcp-server opsgenie_list_alerts '{}'
```

## Tools (8)

- `opsgenie_list_alerts` — List alerts from Opsgenie
- `opsgenie_create_alert` — Create a new alert in Opsgenie
- `opsgenie_acknowledge_alert` — Acknowledge an alert in Opsgenie
- `opsgenie_close_alert` — Close an alert in Opsgenie
- `opsgenie_list_alert_notes` — List notes for an alert in Opsgenie
- `opsgenie_add_note` — Add a note to an alert in Opsgenie
- `opsgenie_list_alert_logs` — List logs for an alert in Opsgenie
- `opsgenie_add_details` — Add custom details to an alert in Opsgenie

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get burakdirin/opsgenie-mcp-server <tool-name>
```

---

Source: https://github.com/burakdirin/opsgenie-mcp-server | License: MIT
