Skip to content
VS Code

create starter for VS Code

io.github.starter-series/create-starter

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

client:VS Code transport:stdio runtime:npm

Install create starter in VS Code

.vscode/mcp.json

{
  "servers": {
    "create-starter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "starter-series"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

create starter in other clients