openITCOCKPIT for Windsurf
io.github.openitcockpit/mcp-server
openITCOCKPIT monitoring: host and service state, history, downtimes, acknowledgements, patches
client:Windsurf
transport:stdio
runtime:oci
Install openITCOCKPIT in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs