stb mcp server for Zed
io.github.lightnet19/stb-mcp-server
MCP server untuk kelola server STB Armbian: system info, Docker, AdGuard, file ops via SSH.
client:Zed
transport:stdio
runtime:pypi
Install stb mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stb-mcp-server": {
"command": "uvx",
"args": [
"stb-mcp-server"
],
"env": {
"STB_HOST": "<STB_HOST>",
"STB_USER": "<STB_USER>",
"STB_PASSWORD": "<STB_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs