Loading MCP server directory, please wait...
MCP server for AlertOps' incident alerting/on-call API.
npx @getmcp/cli add io.github.WYRE-AI/alertops-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ALERTOPS_API_KEYAlertOps API key, sent as the `APIKey` query parameter on every REST call. Generate one under Account Settings -> Configurations -> Integrations -> API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/alertops-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ALERTOPS_API_KEY",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/alertops-mcp:v1.0.0"
],
"env": {
"ALERTOPS_API_KEY": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}