Skip to content
VS Code

Project Bourne for VS Code

io.github.kozakhou/project-bourne

Run reproducible scientific workloads on GPUs, local compute, Slurm, and PBS with provenance.

client:VS Code transport:stdio runtime:npm

Install Project Bourne in VS Code

.vscode/mcp.json

{
  "servers": {
    "project-bourne": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@project-bourne/mcp"
      ]
    }
  }
}

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

Project Bourne in other clients