Skip to content
Zed

Flickies for Zed

io.github.psyb0t/flickies

Self-hosted MCP server: video lipsync, face restore, and ffmpeg ops (trim, concat, transcode).

client:Zed transport:stdio runtime:oci

Install Flickies in Zed

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

{
  "context_servers": {
    "flickies": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/flickies:v0.3.16"
      ]
    }
  }
}

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

Flickies in other clients