Skip to content
Zed

plyo mcp for Zed

io.github.plyo-dev/plyo-mcp

Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.

client:Zed transport:stdio runtime:npm

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

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

plyo mcp in other clients