gradient forge mcp for Zed
io.github.ryudi84/gradient-forge-mcp
Build CSS linear and radial gradient values
client:Zed
transport:stdio
runtime:npm
Install gradient forge mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gradient-forge-mcp": {
"command": "npx",
"args": [
"-y",
"gradient-forge-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs