# holaboss-ai/holaOS | Model Context Protocol (MCP) Server > Open-source All in One AI agent workspace. Run any agent — Claude Code, Codex — across your tools (100+ integrations + MCP), apps, browser, and files, with shared memory. Built-in models or BYOK. - **Stars**: ⭐ 5,498 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "holaOS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-holaOS" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "holaOS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-holaOS" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-holaOS` - **Docker**: `docker run -i --rm mcp/holaOS`