Skip to content

greenlake workspaces mcp for Zed

io.github.hewlettpackard/greenlake-workspaces-mcp

HPE GreenLake workspaces MCP Server

client:Zed transport:stdio runtime:pypi

Install greenlake workspaces mcp in Zed

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

{
  "context_servers": {
    "greenlake-workspaces-mcp": {
      "command": "uvx",
      "args": [
        "greenlake-workspaces-mcp"
      ]
    }
  }
}

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

greenlake workspaces mcp in other clients