loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

operaxon-os

MCP Tool

officialbrandonsandoval-source/operaxon-os

The open-core operating system for agentic businesses.

Install

$ npx loaditout add officialbrandonsandoval-source/operaxon-os

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "operaxon-os": {
      "command": "npx",
      "args": [
        "-y",
        "operaxon-os"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Operaxon OS

The open-core operating system for agentic businesses.

[](./packages/runtime/LICENSE) [](https://nodejs.org) [](./Dockerfile)

> The window is now. AI agents are eating software. Operaxon OS is the runtime that runs them.

---

What is Operaxon OS?

Operaxon OS is an open-core runtime for building, deploying, and governing AI agents at scale.

  • Open runtime (packages/runtime) — MIT licensed. Build on it. Ship with it.
  • Proprietary intelligence layer (Governor, Meridian, Sentinel, Coordinator) — The governance, memory, security, and multi-agent coordination stack.

Think: Linux is free. Red Hat Enterprise Linux is the business. Operaxon Runtime is free. Operaxon Enterprise is the platform.

---

Quick Start
# Clone
git clone https://github.com/officialbrandonsandoval-source/operaxon-os
cd operaxon-os

# Install
npm install

# Configure
cp .env.example .env
# Edit .env with your API keys

# Start
npm run dev

Gateway running at:

  • HTTP: http://localhost:3000
  • WebSocket: ws://localhost:3000
  • Health: http://localhost:3000/health

---

CLI
# Initialize a new agent project
npx operaxon init my-agent

# Start the gateway
npx operaxon start

# Check status
npx operaxon status

---

Architecture
operaxon-os/
├── packages/
│   ├── runtime/              # MIT — the open core
│   │   ├── gateway/          # HTTP/WebSocket server (Express + ws)
│   │   ├── channels/         # Telegram, Discord, HTTP adapters
│   │   ├── sessions/         # In-memory session management
│   │   ├── cron/             # node-cron scheduler
│   │   └── mcp/              # Model Context Protocol client
│   ├── governor/             # PROPRIETARY — policy enforcement
│   ├── meridian/             # PROPRIETARY — persist

Tags

agentic-aiai-agentsmcpnodejsopen-coreruntimetypescript

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/officialbrandonsandoval-source/operaxon-os)](https://loaditout.ai/skills/officialbrandonsandoval-source/operaxon-os)