Skip to content
Grok

openITCOCKPIT for Grok

io.github.openitcockpit/mcp-server

openITCOCKPIT monitoring: host and service state, history, downtimes, acknowledgements, patches

client:Grok transport:stdio runtime:oci

Install openITCOCKPIT in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

openITCOCKPIT in other clients