Skip to content
Cline

OpenShift MCP Server for Cline

io.github.sanjaypsachdev/mcp-server-openshift

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

client:Cline transport:stdio runtime:npm

Install OpenShift MCP Server 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

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

{
  "mcpServers": {
    "mcp-server-openshift": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-openshift"
      ],
      "env": {
        "OPENSHIFT_CONTEXT": "<OPENSHIFT_CONTEXT>",
        "OPENSHIFT_NAMESPACE": "<OPENSHIFT_NAMESPACE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

OpenShift MCP Server in other clients