Skip to content
Windsurf

Galaxy UI MCP Server for Windsurf

io.github.buikevin/galaxy-design-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Galaxy UI MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Galaxy UI MCP Server in other clients