glue code generator for Zed
io.github.maverick7/glue-code-generator
Maps API JSON to Vue/React components with Zod schemas and live UI previews
client:Zed
transport:stdio
runtime:npm
Install glue code generator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"glue-code-generator": {
"command": "npx",
"args": [
"-y",
"mcp-glue-code-generator"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs