holaOS

GitHub

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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "holaOS": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-holaOS"
      ]
    }
  }
}