openITCOCKPIT for Cline
io.github.openitcockpit/mcp-server
openITCOCKPIT monitoring: host and service state, history, downtimes, acknowledgements, patches
client:Cline
transport:stdio
runtime:oci
Install openITCOCKPIT in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs