Holaboss workspace modules — self-contained TanStack Start apps with MCP server and SQLite job queue
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"
]
}
}
}
Run in terminal:
claude mcp add holaboss-apps npx -y holaboss-ai/holaboss-apps
Add to .cursor/mcp.json:
{
"mcpServers": {
"holaboss-apps": {
"command": "npx",
"args": [
"-y",
"holaboss-ai/holaboss-apps"
]
}
}
}