Skip to content
VS Code

Galaxy UI MCP Server for VS Code

io.github.buikevin/galaxy-design-mcp

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

client:VS Code transport:stdio runtime:npm

Install Galaxy UI MCP Server in VS Code

.vscode/mcp.json

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

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

Galaxy UI MCP Server in other clients