cms for Zed
com.writavo/cms
Draft, edit, organise, schedule and publish a Writavo Site content from any AI assistant.
client:Zed
transport:stdio
runtime:npm
Install cms in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cms": {
"command": "npx",
"args": [
"-y",
"@writavo/mcp-server"
],
"env": {
"WRITAVO_API_KEY": "<WRITAVO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs