Plopino for Zed
io.github.plopino/plopino-mcp
Publish pages, documents, or folders to a link; documents render as pages; updates keep the URL.
client:Zed
transport:stdio
runtime:npm
Install Plopino in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"plopino-mcp": {
"command": "npx",
"args": [
"-y",
"plopino"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs