Project Bourne for Cursor
io.github.kozakhou/project-bourne
Run reproducible scientific workloads on GPUs, local compute, Slurm, and PBS with provenance.
client:Cursor
transport:stdio
runtime:npm
Install Project Bourne in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"project-bourne": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@project-bourne/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs