tronbyt mcp for Zed
io.github.jonfishr/tronbyt-mcp
Control Tidbyt/Tronbyt LED displays: push text, images, and apps; brightness and night mode.
client:Zed
transport:stdio
runtime:npm
Install tronbyt mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tronbyt-mcp": {
"command": "npx",
"args": [
"-y",
"tronbyt-mcp"
],
"env": {
"TRONBYT_BASE_URL": "<TRONBYT_BASE_URL>",
"TRONBYT_API_KEY": "<TRONBYT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs