crealhex/cubepath-assistant
Chat-first infrastructure management for CubePath Cloud. Includes an MCP server that wraps CubePath's SDK into 15+ AI-ready tools, a shared tool package, and a chat interface with inline interactive components. Deploy servers, manage resources, and plan architecture through natural conversation.
Platform-specific configuration:
{
"mcpServers": {
"cubepath-assistant": {
"command": "npx",
"args": [
"-y",
"cubepath-assistant"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Chat-first infrastructure management for CubePath Cloud. Deploy servers, manage resources, and plan architecture through natural conversation with AI-powered interactive components.
CubePath Assistant is an AI-powered chat interface that lets you manage your CubePath cloud infrastructure through natural language. Instead of clicking through dashboards, you talk to an assistant that understands your intent, shows interactive components inline, and executes operations with your approval.
Ask it anything:
┌─────────────┐ ┌──────────────┐ ┌──────────────────┐
│ launcher-web │────▶│ launcher-api │────▶│ CubePath AI │
│ React + Vite │ │ Bun.serve │ │ Gateway (DeepSeek)│
└─────────────┘ └──────┬───────┘ └──────────────────┘
│
┌──────┴───────┐
│cubepath-tools│
│ Shared tools │
│ + SDK │
└──────┬───────┘
│
┌──────┴───────┐
│ @cubepath/sdk│
│ CubePath API │
└──────────────┘| Package | Purpose | |---------|---------| | cubepath-ui | Design system matching CubePath's visual identity. Tailwind v4, Radix UI, CVA. 20+ components. | | cubepath-tools | Shared AI-ready tool definitions with Zod schemas and execution logic. Used by both MCP server and launcher-api. | | launcher-web | React frontend with inline component rendering protocol. Components spawn in chat via tagged blocks. | | launcher-api | Bun.serve backend with CubePath AI Gateway integration, tool registry (C
Loading reviews...