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