Skip to content
Zed

ulink for Zed

io.github.flywheelstudio/ulink

Deep linking for iOS, Android & Flutter. Firebase Dynamic Links alternative.

client:Zed transport:stdio runtime:npm

Install ulink 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": {
    "ulink": {
      "command": "npx",
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "env": {
        "ULINK_API_KEY": "<ULINK_API_KEY>"
      }
    }
  }
}

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

ulink in other clients