Odel
Project Bourne

Project Bourne

Local
@kozakhouPythonApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@project-bourne/mcpv0.6.0

Run

npx -y @project-bourne/mcp

MCP client config

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