Back to Home
giantswarm icon

mcp-opsgenie

Verified Safe

by giantswarm

Overview

A Model Context Protocol (MCP) server that enables AI assistants to interact with OpsGenie for automated alert, team, and heartbeat management.

Installation

Run Command
docker build -t mcp-opsgenie . && docker run -p 8080:8080 -e OPSGENIE_TOKEN="your-opsgenie-api-token-here" mcp-opsgenie

Environment Variables

  • OPSGENIE_TOKEN

Security Notes

The server securely uses environment variables for the OpsGenie API token. No 'eval' or malicious patterns were found in the source code. However, when using SSE or Streamable HTTP transports, exposing the HTTP server publicly requires standard network security practices (e.g., firewalls, proper access control) to mitigate risks.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars6
Forks0
Last Update2026-01-15

Tags

AI IntegrationOpsGenieAlert ManagementGoMCP