Skip to content
Zed

vynly mcp for Zed

io.github.vovala14/vynly-mcp

Publish AI images & video to Vynly, the AI-only social feed. Verified provenance, no signup.

client:Zed transport:stdio runtime:npm

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

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

vynly mcp in other clients