loading…
Search for a command to run...
loading…
Enables AI clients like Claude to triage, investigate, and operate Icinga installations through natural language, integrating with Icinga's REST APIs and provid
Enables AI clients like Claude to triage, investigate, and operate Icinga installations through natural language, integrating with Icinga's REST APIs and providing deep awareness of monitoring plugins and historical performance data.
Model Context Protocol (MCP) server for Icinga. Lets AI clients such as Claude triage, investigate and operate Icinga installations through the Icinga 2 Core, Icinga Web and Icinga Director REST APIs, with deep awareness of the Linuxfabrik monitoring-plugins catalog and historical perfdata from a time series database. • made by Linuxfabrik
mcp-server-icinga is a Model Context Protocol (MCP) server that lets AI clients such as Claude work with Icinga installations through natural language. It targets Linux System Engineers who run Icinga in production and want a chat-driven interface for daily triage, incident investigation and routine operations on top of the existing Icinga REST APIs.
This project was developed with the assistance of Claude Code by Anthropic.
The server bridges three Icinga surfaces and the Linuxfabrik monitoring stack:
Each backend lives in its own module so that operators can wire up only what they actually run. The server transparently flags information that the underlying API does not expose, instead of guessing.
Early development. Architecture, configuration and tool surface are unstable and will change.
Installation instructions will be documented once the first release is cut.
Configuration documentation will follow as soon as the configuration surface stabilises.
Released into the public domain under the Unlicense.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"linuxfabrik-mcp-server-for-icinga": {
"command": "npx",
"args": []
}
}
}