Server data from the Official MCP Registry
Fail-closed agentic OS MCP: agents as processes with cost, governance, observability, skills.
About
Fail-closed agentic OS MCP: agents as processes with cost, governance, observability, skills.
Security Report
Server OS is a legitimate agentic operating system framework with thoughtful governance, cost control, and capability-based access. However, several security concerns lower the score: the `code_exec` tool uses eval() without meaningful sandboxing, file operations lack sufficient path validation robustness, MCP and REST API endpoints lack authentication entirely, and sensitive operational data (cost ledger, audit logs, agent state) is exposed without access control. The mock LLM and deterministic design are appropriate for a demo/framework, but production use would require authentication and stricter sandboxing. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 3 high severity).
8 files analyzed · 20 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-anamized-server-os": {
"args": [
"server-os"
],
"command": "uvx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Server OS
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:
- Deploy the entire system (single command)
- Exercise every major feature
- Verify end-to-end correctness via automated checks
No prior context or tribal knowledge required.
Support Agentic OS Kernels ($99) · Agentic OS Cycle ($0.75) · Public Goods Support
Non-custodial USDC (preferred for agents)
| Network | Address | Explorer |
|---|---|---|
| Base | 0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438 | basescan |
| Ethereum | 0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438 | etherscan |
| Solana | ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A | solscan |
Related: rui · LRSI · openmesha · OpenGOS · agenticarb · x402-cloudflare-starter
🚀 Web Control Plane (Hero Demo — Zero Install)
Canonical file: web/server-os.html (~82 KB)
Open locally:
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)
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 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
- Least privilege by construction (capabilities from intent)
- Cost is a first-class resource
- Observable by default
- Fail closed
- Deployable with zero tribal knowledge
License
Apache-2.0
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
