Skip to content
VS Code

Galaxy Nebula MCP Server for VS Code

io.github.galaxy-nebula/nebula-mcp

MCP server exposing Galaxy UI components — manifests, source code, and framework coverage

client:VS Code transport:stdio runtime:npm

Install Galaxy Nebula MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "nebula-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@galaxy-stack/nebula-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Galaxy Nebula MCP Server in other clients