The agent environment for long-horizon work, continuity, and self-evolution.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"holaos": {
"command": "npx",
"args": [
"-y",
"holaboss-ai/holaOS"
]
}
}
}
Run in terminal:
claude mcp add holaos npx -y holaboss-ai/holaOS
Add to .cursor/mcp.json:
{
"mcpServers": {
"holaos": {
"command": "npx",
"args": [
"-y",
"holaboss-ai/holaOS"
]
}
}
}