mcp-opsgenie
Verified Safeby giantswarm
Overview
A Model Context Protocol (MCP) server that enables AI assistants to interact with OpsGenie for automated alert, team, and heartbeat management.
Installation
docker build -t mcp-opsgenie . && docker run -p 8080:8080 -e OPSGENIE_TOKEN="your-opsgenie-api-token-here" mcp-opsgenieEnvironment 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
bitrise-mcp
Integrate Bitrise CI/CD operations with AI assistants via the Model Context Protocol (MCP).