Skip to content
Zed

gradient for Zed

io.github.ryudi84/gradient

MCP server for CSS gradient generation — linear, radial, conic

client:Zed transport:stdio runtime:npm

Install gradient in Zed

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

{
  "context_servers": {
    "gradient": {
      "command": "npx",
      "args": [
        "-y",
        "gradient-forge-mcp"
      ]
    }
  }
}

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

gradient in other clients