Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

cms in other clients