New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@galaxy-stack/nebula-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@galaxy-stack/nebula-mcp

MCP server exposing Galaxy Nebula components for AI assistants.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

@galaxy-stack/nebula-mcp

npm version npm downloads License: MIT

Nebula MCP Server — exposes Galaxy UI components to AI assistants through the Model Context Protocol. Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.

Tools

ToolDescription
list_componentsAll components with per-framework availability (React, Vue, Angular, React Native, Flutter)
get_componentDetailed manifest — props, files, dependencies, framework status
get_component_sourceActual source code for a specific component file
get_coverageCoverage matrix across all 5 frameworks (67 components)
search_componentsSearch by name or description

All component data + 700 source files are bundled inside the package — zero setup, works offline.

Install

npx -y @smithery/cli@latest install galaxy-stack/design-mcp --client claude

npx (manual)

Add to your MCP client config:

{
  "mcpServers": {
    "galaxy-ui": {
      "command": "npx",
      "args": ["-y", "@galaxy-stack/nebula-mcp"]
    }
  }
}
  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor: ~/.cursor/mcp.json

Remote endpoint

Paste into clients that support remote MCP (Claude web Custom Connectors):

https://nebula-mcp--galaxy-stack.run.tools

Try it

"List Galaxy UI components for React"

"Show me the source code of the Vue Select component"

"Which components are missing in Flutter?"

Registries

Publishing (maintainers)

  • Bump version in package.json

  • Push to main — GitHub Actions workflow publish-mcp.yml builds contracts artifacts, bundles data, verifies the version is new, and publishes via npm Trusted Publishing (OIDC) — no NPM_TOKEN required

  • Rebuild the MCPB bundle and run smithery mcp publish for Smithery

  • Publish to the Official MCP Registry (org namespace requires a PAT — device-flow login cannot read org roles, see registry#1468):

    # PAT needs read:org scope (classic) or Organization → Members → Read-only (fine-grained)
    mcp-publisher login github --token <YOUR_PAT>   # requires mcp-publisher >= 1.8.1
    mcp-publisher validate
    mcp-publisher publish                            # → io.github.galaxy-nebula/nebula-mcp
    

License

MIT © Bùi Trọng Hiếu (kevinbui)

FAQs

Package last updated on 22 Sep 2026

Related posts