Skip to content
VS Code

Launch Engine — Business Execution OS for VS Code

io.github.zionhopkins/launch-engine

Agentic pipeline — 39 tools from idea to revenue for solo founders.

client:VS Code transport:stdio runtime:npm

Install Launch Engine — Business Execution OS in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "launch-engine-project-dir",
      "description": "LAUNCH_ENGINE_PROJECT_DIR",
      "password": true
    }
  ],
  "servers": {
    "launch-engine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "launch-engine-mcp"
      ],
      "env": {
        "LAUNCH_ENGINE_PROJECT_DIR": "${input:launch-engine-project-dir}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Launch Engine — Business Execution OS in other clients