Incident Io Server
FreeNot checkedEnables interaction with Incident.io to manage incidents, severities, and health checks via natural language. Provides endpoints for getting and creating incide
About
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 endpointGET /mcp/incidents: Get latest incidentsGET /mcp/severities: Get available severitiesPOST /mcp/incidents: Create a new incident
Installing Incident Io Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/stuartphilp/incident-io-mcp-serverFAQ
Is Incident Io Server MCP free?
Yes, Incident Io Server MCP is free — one-click install via Unyly at no cost.
Does Incident Io Server need an API key?
No, Incident Io Server runs without API keys or environment variables.
Is Incident Io Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Incident Io Server in Claude Desktop, Claude Code or Cursor?
Open Incident Io Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Incident Io Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
