loading…
Search for a command to run...
loading…
Enables interaction with Incident.io to manage incidents, severities, and health checks via natural language. Provides endpoints for getting and creating incide
Enables interaction with Incident.io to manage incidents, severities, and health checks via natural language. Provides endpoints for getting and creating incidents.
A Model Context Protocol server for Incident.io integration.
# 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
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 keyOptional environment variables:
PORT: Server port (default: 3000)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"
}
}
}
}
GET /health: Health check endpointGET /mcp/incidents: Get latest incidentsGET /mcp/severities: Get available severitiesPOST /mcp/incidents: Create a new incidentВыполни в терминале:
claude mcp add incident-io-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.