Skip to content
Zed

markly for Zed

io.github.whitemarmot/markly

Add text or logo watermarks to images via the Markly.cloud API. Batch supported.

client:Zed transport:stdio runtime:npm

Install markly 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": {
    "markly": {
      "command": "npx",
      "args": [
        "-y",
        "markly-mcp-server"
      ],
      "env": {
        "MARKLY_API_KEY": "<MARKLY_API_KEY>"
      }
    }
  }
}

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

markly in other clients