holaboss-apps

holaboss-ai/holaboss-apps
★ 2 stars TypeScript 🗄️ Database Updated 1d ago
Holaboss workspace modules — self-contained TanStack Start apps with MCP server and SQLite job queue
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "holaboss-apps": {
      "command": "npx",
      "args": [
        "-y",
        "holaboss-ai/holaboss-apps"
      ]
    }
  }
}