Skip to content
Zed

create starter for Zed

io.github.starter-series/create-starter

Scaffold Starter Series projects and check release, deployment, security, and agent instructions.

client:Zed transport:stdio runtime:npm

Install create starter in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "create-starter": {
      "command": "npx",
      "args": [
        "-y",
        "starter-series"
      ]
    }
  }
}

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

create starter in other clients