Galaxy Nebula MCP Server for Gemini CLI
io.github.galaxy-nebula/nebula-mcp
MCP server exposing Galaxy UI components — manifests, source code, and framework coverage
client:Gemini CLI
transport:stdio
runtime:npm
Install Galaxy Nebula MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nebula-mcp": {
"command": "npx",
"args": [
"-y",
"@galaxy-stack/nebula-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs