openITCOCKPIT for Claude Desktop
io.github.openitcockpit/mcp-server
openITCOCKPIT monitoring: host and service state, history, downtimes, acknowledgements, patches
client:Claude Desktop
transport:stdio
runtime:oci
Install openITCOCKPIT in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/openitcockpit/mcp-server:0.5.0"
],
"env": {
"OITC_APIKEY": "<OITC_APIKEY>",
"OITC_BASEURL": "<OITC_BASEURL>",
"OITC_TRANSPORT": "<OITC_TRANSPORT>",
"OITC_ENABLE_WRITE_TOOLS": "<OITC_ENABLE_WRITE_TOOLS>",
"OITC_VERIFY_TLS": "<OITC_VERIFY_TLS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs