Skip to content
VS Code

HEA-Bench for VS Code

io.github.dfieser/hea-bench

High-entropy alloy and oxide descriptors, phase rules, corpus, properties, and design tools.

client:VS Code transport:stdio runtime:pypi

Install HEA-Bench in VS Code

.vscode/mcp.json

{
  "servers": {
    "hea-bench": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hea-bench"
      ]
    }
  }
}

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

HEA-Bench in other clients