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