Skip to content

OpenShift MCP Server for Zed

io.github.sanjaypsachdev/mcp-server-openshift

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

client:Zed transport:stdio runtime:npm

Install OpenShift MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

OpenShift MCP Server in other clients