
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
stb-mcp-server
Advanced tools
mcp-name: io.github.lightnet19/stb-mcp-server
MCP Server untuk kontrol penuh server STB (Amlogic S9xx / Armbian) — SSH via Cloudflare Tunnel + CasaOS + AdGuard Home.
Dibuat untuk Hermes Agent oleh Fuad Al Fajri.
| # | Tool | Fungsi |
|---|---|---|
| 1 | stb_execute | 🔧 Jalankan perintah shell |
| 2 | stb_read_file | 📄 Baca file |
| 3 | stb_write_file | ✏️ Tulis file |
| 4 | stb_system_info | 📊 Info sistem (OS, CPU, RAM, disk, uptime, suhu) |
| 5 | stb_docker_list | 🐳 Daftar container running |
| 6 | stb_docker_logs | 📋 Log container (tail N baris) |
| 7 | stb_docker_restart | 🔄 Restart container |
| 8 | stb_docker_stats | 📈 Resource CPU/RAM container |
| 9 | stb_adguard_config | 🛡️ Parameter utama AdGuard Home |
| 10 | stb_adguard_full_config | 📑 Full file YAML AdGuard |
| 11 | stb_adguard_stats | 📉 Statistik DNS AdGuard |
| 12 | stb_cleanup_root | 🧹 Bersihkan root filesystem |
| 13 | stb_casaos_status | 🏠 Status CasaOS |
cloudflared di PATH (untuk tunnel proxy)git clone https://github.com/lightnet19/stb-mcp-server
cd stb-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install fastmcp httpx paramiko
# Register ke Hermes Agent
hermes mcp add stb --command "$(pwd)/run.sh"
Edit stb_mcp_server/server.py atau set environment:
| Variabel | Default | Keterangan |
|---|---|---|
SSH_HOST | sshstb.alfajrihomelab.my.id | Hostname SSH |
SSH_USER | root | User SSH |
SSH_KEY | ~/.ssh/stb_alfajri | Path private key |
SSH_PROXY | cloudflared access ssh --hostname %s | Proxy command |
[Hermes Agent] → MCP stdio → [stb-mcp-server] → SSH → [Server STB]
Semua tool dieksekusi via SSH ke server target. SSH key + Cloudflare Tunnel digunakan untuk koneksi aman tanpa port terbuka.
stb-mcp-server/
├── pyproject.toml # Package metadata
├── README.md # Dokumentasi
├── CONTRIBUTING.md # Panduan kontribusi
├── LICENSE # MIT License
├── run.sh # Wrapper script (Hermes entry point)
└── stb_mcp_server/
├── __init__.py
├── __main__.py # python3 -m entry point
└── server.py # Tools MCP (FastMCP)
Silakan lihat CONTRIBUTING.md untuk panduan kontribusi.
FAQs
MCP Server untuk kontrol penuh server STB (Armbian/Amlogic) via SSH + CasaOS
We found that stb-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.