Galaxy UI MCP Server for Zed
io.github.buikevin/galaxy-design-mcp
MCP server exposing Galaxy UI components — manifests, source code, and framework coverage
client:Zed
transport:stdio
runtime:npm
Install Galaxy UI MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"galaxy-design-mcp": {
"command": "npx",
"args": [
"-y",
"@galaxy-stack/design-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs