
incident io mcp server
用于 Incident.io 集成的模型上下文协议服务器。
Repository Info
About This Server
用于 Incident.io 集成的模型上下文协议服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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
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
Quick Start
Clone the repository
git clone https://github.com/stuartphilp/incident-io-mcp-serverInstall dependencies
cd incident-io-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.