Project Bourne for Zed
io.github.kozakhou/project-bourne
Run reproducible scientific workloads on GPUs, local compute, Slurm, and PBS with provenance.
client:Zed
transport:stdio
runtime:npm
Install Project Bourne in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"project-bourne": {
"command": "npx",
"args": [
"-y",
"@project-bourne/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs