Holaos

v1.0.0Coding Agentsstable

Turn repeat work into running AI work-streams.

agentagent-harnessagent-osagenticai
Share:
5,644
Stars
0
Downloads
0
Weekly
0/5

What is Holaos?

Holaos is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to turn repeat work into running ai work-streams.

Turn repeat work into running AI work-streams.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Turn repeat work into running AI work-streams.

Use Cases

Turn repetitive work into autonomous AI workflows
Run agent work-streams continuously
holaboss-ai

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx holaos

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Holaos

HolaOS is an AI agent operating system built on Electron that turns repetitive knowledge work into autonomous AI work-streams. It provides a desktop environment for running multi-step AI agents with access to 1000+ OAuth integrations including GitHub, Slack, Linear, Jira, HubSpot, Gmail, and Notion, plus local file system access and multi-model support. Developers and teams use it to delegate recurring workflows — like triaging issues, drafting reports, or syncing data between tools — to continuously running AI agents.

Prerequisites

  • Node.js 24.14.1 (exact version required by the project)
  • npm installed alongside Node.js
  • macOS (stable); Windows and Linux support is in progress
  • An MCP-compatible client or the HolaOS desktop app itself
1

Install HolaOS via the one-line installer

Use the official install script to download and launch HolaOS in a single step. The --launch flag opens the application after installation completes.

curl -fsSL https://raw.githubusercontent.com/holaboss-ai/holaOS/refs/heads/main/scripts/install.sh | bash -s -- --launch
2

Or clone and build from source

For development or customization, clone the repository, install dependencies, and start the desktop application manually.

git clone https://github.com/holaboss-ai/holaOS.git
cd holaOS
npm run desktop:install
3

Configure environment variables

Copy the example environment file and fill in your LLM provider API keys and any OAuth credentials needed for your integrations.

cp apps/desktop/.env.example apps/desktop/.env
4

Prepare and launch the runtime

Build the runtime bundle and start the desktop development environment.

npm run desktop:prepare-runtime:local && npm run desktop:dev
5

Connect to your tools and define work-streams

Open the HolaOS UI, authenticate your integrations (GitHub, Slack, Notion, etc.) via OAuth, and configure your first AI work-stream that runs on a schedule or trigger.

Holaos Examples

Client configuration

MCP server configuration for integrating HolaOS with external MCP-compatible clients.

{
  "mcpServers": {
    "holaos": {
      "command": "npx",
      "args": ["holaos"]
    }
  }
}

Prompts to try

Use HolaOS agents to automate multi-step workflows across connected tools.

- "Every morning, summarize all new GitHub issues from my repos and post a digest to Slack #dev-alerts"
- "When a Linear ticket is moved to 'Done', update the corresponding Notion page with the resolution notes"
- "Monitor my Gmail for invoices, extract the totals, and log them to a Google Sheet"
- "Triage new Jira tickets by priority and assign them to the appropriate team member based on their workload"

Troubleshooting Holaos

Desktop app fails to start with Node.js version errors

HolaOS requires exactly Node.js 24.14.1. Use a version manager like nvm to install and switch to the correct version: 'nvm install 24.14.1 && nvm use 24.14.1'.

OAuth integrations fail to authenticate

Ensure your .env file has the correct OAuth client credentials for each integration. Check the apps/desktop/.env.example file for required variable names per integration, and verify your OAuth app has the correct redirect URI configured.

Work-streams stop running after system sleep

HolaOS runs as an Electron desktop app, so macOS may suspend it during sleep. Disable App Nap for HolaOS in macOS Activity Monitor, or use caffeinate to prevent sleep while agents are running.

Frequently Asked Questions about Holaos

What is Holaos?

Holaos is a Model Context Protocol (MCP) server that turn repeat work into running ai work-streams. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Holaos?

Follow the installation instructions on the Holaos GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Holaos?

Holaos works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Holaos free to use?

Yes, Holaos is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "holaos": { "command": "npx", "args": ["-y", "holaos"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Holaos?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides