Incident.io MCP Server
@stuartphilp
关于 Incident.io MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Incident.io MCP Server?
A Model Context Protocol server that integrates with Incident.io, enabling AI agents to list incidents, view severities, and create new incidents via HTTP. It is built for developers using MCP-compatible clients.
How to use Incident.io MCP Server?
Install globally or locally via npm, set the required API_KEY environment variable, optionally set PORT, and run the server. Then configure your MCP client to connect to the server’s HTTP endpoints.
Key features of Incident.io MCP Server
- Integration with Incident.io API
- List latest incidents
- View available severities
- Create new incidents
- Health check endpoint
- Configurable port (default 3000)
Use cases of Incident.io MCP Server
- Automate incident response workflows from AI assistants
- Query current incident status and severity without manual checks
- Create incidents programmatically during on-call automation
FAQ from Incident.io MCP Server
What environment variables are required?
A valid Incident.io API key must be set in the API_KEY environment variable. The PORT variable is optional, defaulting to 3000.
How do I install the server?
Install globally with npm install -g github:stuartphilp/incident-io-mcp-server, or clone the repository, run npm install and npm run build.
What runtime dependencies are needed?
Node.js and npm are required to install and run the server.
Does the server provide a health check?
Yes, a GET /health endpoint is available to verify the server is running.
What transports and authentication does it use?
The server exposes HTTP endpoints and authenticates via the API_KEY environment variable passed as an HTTP header (implementation detail not documented further in the README).
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论