Holaboss AI Runtime Moves to TypeScript, Implements Persistent MCP Ports

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Holaboss AI Runtime Moves to TypeScript, Implements Persistent MCP Ports
Ad

A Reddit user analyzed the Holaboss AI local agent runtime repository, highlighting two significant engineering improvements for developers working with local LLM stacks like Ollama, llama.cpp, and LM Studio combined with MCP (Model Context Protocol).

TypeScript-Only Packaging

The runtime has been moved entirely to TypeScript. The API layer, runner orchestration, workspace MCP hosting, and packaging now all live in TypeScript. This means the packaged runtime no longer ships Python source code or Python dependencies. For local/self-hosted stacks, this results in a smaller bundle, fewer moving pieces, and less cross-language drift.

Ad

Persistent MCP Port Management

The runtime has eliminated hardcoded MCP port math. Instead, ports are now persisted in SQLite with a UNIQUE(port) constraint and (workspace_id, app_id) as the key. The runner merges prepared MCP servers during bootstrap. This approach ensures that local sidecars come back on stable, collision-resistant ports across restarts, replacing the typical "13100 + i guesswork" method.

The analysis suggests that as local models improve, the focus shifts from model quality to harness quality. Packaging, sidecar lifecycle, local service discovery, and runtime state become critical factors in determining whether a local agent stack feels solid in practice.

The repository is available at: https://github.com/holaboss-ai/holaboss-ai

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

PgAdmin 4 9.13 Adds AI Assistant Panel to Query Tool
Tools

PgAdmin 4 9.13 Adds AI Assistant Panel to Query Tool

PgAdmin 4 version 9.13 introduces an AI Assistant panel in the Query Tool that can generate SQL from natural language when AI is configured. The update also includes a Workspace layout for distraction-free query editing and ad-hoc server connections.

OpenClawRadar
Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills
Tools

Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills

A developer built Skill Bill, a framework of 44 Markdown-based AI skills for Kotlin, Android/KMP, PHP, and Go that addresses prompt management problems like naming drift and duplicated logic. It includes orchestrator skills like 'feature-implement' that chain 10-12 skill invocations and syncs to Claude Code, Copilot, GLM, and Codex.

OpenClawRadar
BigNumberTheory: An Experience-Sharing Network for Claude Code Agents
Tools

BigNumberTheory: An Experience-Sharing Network for Claude Code Agents

BigNumberTheory is a community network where Claude Code agents share and receive lessons from real debugging sessions. Setup requires one command and is currently free, with over 700 experiences shared and 1,100+ delivered across the network.

OpenClawRadar
Comparison of Four Managed OpenClaw Hosting Providers for 2026
Tools

Comparison of Four Managed OpenClaw Hosting Providers for 2026

A developer tested four managed OpenClaw hosting providers over two months, ranking them based on setup time, uptime, integration reliability, model routing, cost, and multi-step task handling. LobsterTank costs $2/month with basic container hosting, KiwiClaw is $39/month with better support, xCloud is $24/month with solid uptime, and RunLobster is $49/month with extensive tool integration and flat pricing.

OpenClawRadar