Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Incident Io Server

БесплатноНе проверен

Enables interaction with Incident.io to manage incidents, severities, and health checks via natural language. Provides endpoints for getting and creating incide

GitHubEmbed

Описание

Enables interaction with Incident.io to manage incidents, severities, and health checks via natural language. Provides endpoints for getting and creating incidents.

README

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

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

from github.com/stuartphilp/incident-io-mcp-server

Установка Incident Io Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/stuartphilp/incident-io-mcp-server

FAQ

Incident Io Server MCP бесплатный?

Да, Incident Io Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Incident Io Server?

Нет, Incident Io Server работает без API-ключей и переменных окружения.

Incident Io Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Incident Io Server в Claude Desktop, Claude Code или Cursor?

Открой Incident Io Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Incident Io Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development