Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

tronbyt mcp in other clients