STB MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@STB MCP ServerCheck system info and list Docker containers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Tools
# | Tool | Fungsi |
1 |
| ๐ง Jalankan perintah shell |
2 |
| ๐ Baca file |
3 |
| โ๏ธ Tulis file |
4 |
| ๐ Info sistem (OS, CPU, RAM, disk, uptime, suhu) |
5 |
| ๐ณ Daftar container running |
6 |
| ๐ Log container (tail N baris) |
7 |
| ๐ Restart container |
8 |
| ๐ Resource CPU/RAM container |
9 |
| ๐ก๏ธ Parameter utama AdGuard Home |
10 |
| ๐ Full file YAML AdGuard |
11 |
| ๐ Statistik DNS AdGuard |
12 |
| ๐งน Bersihkan root filesystem |
13 |
| ๐ Status CasaOS |
Related MCP server: Simple SSH MCP Server
Instalasi
Prasyarat
Python 3.10+
SSH key dengan akses ke server target
cloudflareddi PATH (untuk tunnel proxy)
Setup
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"Konfigurasi SSH
Edit stb_mcp_server/server.py atau set environment:
Variabel | Default | Keterangan |
|
| Hostname SSH |
|
| User SSH |
|
| Path private key |
|
| Proxy command |
Cara Kerja
[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.
Struktur Project
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)Publikasi
GitHub: lightnet19/stb-mcp-server
Lisensi: MIT
Kontribusi
Silakan lihat CONTRIBUTING.md untuk panduan kontribusi.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightnet19/stb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server