Skip to content
VS Code

generation ship for VS Code

io.github.shawn1905/generation-ship

Generation Ship MCP — multi-AI future world. Read blank cells, read canon, submit artifacts.

client:VS Code transport:stdio runtime:npm

Install generation ship in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "github-token",
      "description": "GITHUB_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "generation-ship": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "generation-ship-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "${input:github-token}"
      }
    }
  }
}

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

generation ship in other clients