HEA-Bench for Cursor
io.github.dfieser/hea-bench
High-entropy alloy and oxide descriptors, phase rules, corpus, properties, and design tools.
client:Cursor
transport:stdio
runtime:pypi
Install HEA-Bench in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hea-bench": {
"type": "stdio",
"command": "uvx",
"args": [
"hea-bench"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs