Skip to content
Zed

cli for Zed

io.github.pushtodisplay/cli

PushToDisplay MCP server — send real-time updates to display boards on iOS and Android devices.

client:Zed transport:stdio runtime:npm

Install cli in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "pushtodisplay"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cli in other clients