Skip to main content
Glama
stuartphilp

incident-io-mcp-server

by stuartphilp

Incident.io MCP Server

A Model Context Protocol server for Incident.io integration.

Installation from GitHub

# Install directly from GitHub
npm install -g github:stuartphilp/incident-io-mcp-server

# Or clone and install locally
git clone https://github.com/stuartphilp/incident-io-mcp-server.git
cd incident-io-mcp-server
npm install
npm run build

Related MCP server: P12 SRE Ops MCP Server

Usage

Run the server:

# If installed globally
incident-io-mcp-server

# Or if installed locally
node ./dist/index.js

Required environment variables:

  • API_KEY: Your Incident.io API key

Optional environment variables:

  • PORT: Server port (default: 3000)

Configuration

Example MCP configuration for global installation:

{
  "mcpServers": {
    "incident-io": {
      "command": "incident-io-mcp-server",
      "env": {
        "API_KEY": "your-api-key-here",
        "PORT": "3000"
      }
    }
  }
}

Example MCP configuration for local installation:

{
  "mcpServers": {
    "incident-io": {
      "command": "node",
      "args": ["./node_modules/incident-io-mcp-server/dist/index.js"],
      "env": {
        "API_KEY": "your-api-key-here",
        "PORT": "3000"
      }
    }
  }
}

Endpoints

  • GET /health: Health check endpoint

  • GET /mcp/incidents: Get latest incidents

  • GET /mcp/severities: Get available severities

  • POST /mcp/incidents: Create a new incident

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI-driven incident response by connecting Claude to monitoring tools like Prometheus, Grafana, Loki, PagerDuty, and Slack for automated investigation and runbook generation.
    9
  • F
    license
    -
    quality
    B
    maintenance
    Enables SRE operations through natural language, providing tools to query SLO status, fetch runbooks, query alerts, and manage incidents with audit logging and latency tracking.
  • A
    license
    -
    quality
    C
    maintenance
    Enables PagerDuty incident response operations including listing incidents, acknowledging and resolving incidents, looking up on-call schedules, and listing services.
    MIT

View all related MCP servers

Related MCP Connectors

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

  • Shortcut project management. Create, update, search stories and manage workflows.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stuartphilp/incident-io-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server