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