Skip to main content
ClaudeWave

Autonomous Agentic Operating System — agents as processes with cost control, governance, observability, MCP, SDK, CLI, and skills. Fail-closed. Verified end-to-end.

MCP ServersRegistry oficial1 estrellas0 forksPythonNOASSERTIONActualizado today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: pip / Python
Claude Code CLI
claude mcp add os -- python -m os
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "os": {
      "command": "python",
      "args": ["-m", "http.server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Server OS

[![CI](https://github.com/ANAMIZED/server-os/actions/workflows/ci.yml/badge.svg)](https://github.com/ANAMIZED/server-os/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![MCP](https://img.shields.io/badge/MCP-server-purple.svg)](src/server_os/mcp/)
[![SDK](https://img.shields.io/badge/SDK-Python-green.svg)](src/server_os/sdk/)
[![CLI](https://img.shields.io/badge/CLI-server--os-orange.svg)](src/server_os/cli.py)
[![API](https://img.shields.io/badge/API-FastAPI-009688.svg)](src/server_os/api/)

**Autonomous Agentic Operating System** — agents as first-class processes with cost control, governance, observability, MCP, SDK, CLI, and skills. Fail-closed. Verified end-to-end.

A senior engineer who has never seen this repository can, using **only** the source code and this `README.md`:

1. Deploy the entire system (single command)
2. Exercise every major feature
3. Verify end-to-end correctness via automated checks

No prior context or tribal knowledge required.

**[Support Agentic OS Kernels ($99)](https://buy.stripe.com/bJecN63wObPv6Bf7Zm43S02)** · **[Agentic OS Cycle ($0.75)](https://buy.stripe.com/3cI14o8R8dXD3p3frO43S04)** · **[Public Goods Support](https://donate.stripe.com/00w5kE3wOg5L8Jn2F243S00)**

### Non-custodial USDC (preferred for agents)

| Network | Address | Explorer |
|---------|---------|----------|
| **Base** | `0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438` | [basescan](https://basescan.org/address/0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438) |
| **Ethereum** | `0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438` | [etherscan](https://etherscan.io/address/0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438) |
| **Solana** | `ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A` | [solscan](https://solscan.io/account/ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A) |

*Related:* [rui](https://github.com/ANAMIZED/rui) · [LRSI](https://github.com/ANAMIZED/LRSI) · [openmesha](https://github.com/ANAMIZED/openmesha) · [OpenGOS](https://github.com/ANAMIZED/OpenGOS) · [agenticarb](https://github.com/ANAMIZED/agenticarb) · [x402-cloudflare-starter](https://github.com/ANAMIZED/x402-cloudflare-starter)

---

## 🚀 Web Control Plane (Hero Demo — Zero Install)

**Canonical file:** [`web/server-os.html`](web/server-os.html) (~82 KB)

Open locally:

```bash
python -m http.server 8088 --directory web
# http://127.0.0.1:8088/server-os.html
```

Or Chrome → **File → Open File…** → `web/server-os.html`.

**Acceptance:** open the file → **OS** tab → **Golden evals → run** → **12/12 passed**.

Offline mock provider, policy, budgets, graph, terminal, and 12 golden evals. The HTML engine is DOM-free below the UI so the eval suite exercises the same path as interactive use.

---

## Quick Start (Production Runtime)

```bash
docker compose up --build
# another terminal
bash scripts/verify.sh
```

- API: http://localhost:8080
- Dashboard: http://localhost:8080/dashboard
- OpenAPI: http://localhost:8080/docs

Default mode is **offline mock LLM** (deterministic, free). Set `SERVER_OS_LLM_MODE=openai` + `OPENAI_API_KEY` for real models.

---

## Surfaces

| Surface | Entry |
|---------|-------|
| **Web control plane** | `web/server-os.html` (offline, self-verifying) |
| REST API | `python -c "from server_os.main import run; run()"` |
| CLI | `server-os status` / `server-os agents ...` |
| MCP Server | `server-os-mcp` |
| SDK | `from server_os.sdk import ServerOSClient` |
| Multi-agent workflows | `skills/multi-agent-workflow/` |
| Skills | `skills/*/SKILL.md` |
| AGENTS.md | Coding-agent contract at repo root |
| CI | `.github/workflows/ci.yml` |

## Verify contract

```bash
bash scripts/verify.sh
```

Covers API, cost, governance, multi-agent workflows, SDK, CLI, MCP, skills, and AGENTS.md. **16 checks. All must pass.**

**Web parity check (manual, ~30s):** open full `web/server-os.html` → run **Golden evals** → 12/12.

## Design principles

1. Least privilege by construction (capabilities from intent)
2. Cost is a first-class resource
3. Observable by default
4. Fail closed
5. Deployable with zero tribal knowledge

## License

Apache-2.0
agent-osapache-2-0fail-closedmcpmcp-servermodel-context-protocolpython

Lo que la gente pregunta sobre Server-OS

¿Qué es ANAMIZED/Server-OS?

+

ANAMIZED/Server-OS es mcp servers para el ecosistema de Claude AI. Autonomous Agentic Operating System — agents as processes with cost control, governance, observability, MCP, SDK, CLI, and skills. Fail-closed. Verified end-to-end. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-08-23.

¿Cómo se instala Server-OS?

+

Puedes instalar Server-OS clonando el repositorio (https://github.com/ANAMIZED/Server-OS) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ANAMIZED/Server-OS?

+

Nuestro agente de seguridad ha analizado ANAMIZED/Server-OS y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ANAMIZED/Server-OS?

+

ANAMIZED/Server-OS es mantenido por ANAMIZED. La última actividad registrada en GitHub es del 2026-08-23, con 0 issues abiertos.

¿Hay alternativas a Server-OS?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega Server-OS en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ANAMIZED/Server-OS
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anamized-server-os)](https://claudewave.com/repo/anamized-server-os)
<a href="https://claudewave.com/repo/anamized-server-os"><img src="https://claudewave.com/api/badge/anamized-server-os" alt="Featured on ClaudeWave: ANAMIZED/Server-OS" width="320" height="64" /></a>

Más MCP Servers

Alternativas a Server-OS