Multi-agent workflow configuration for additive manufacturing alloy evaluation via Model Context Protocol (MCP)
- Clone Repository
- Install Thermo-Calc 2025B with TC-Python
- Make sure environment variables
TC25B_HOME,LSHOST, andJAVA_HOMEare set.
- Make sure environment variables
- Install
uv - Sync
additive-manufacturing,thermo-calc, andworkspace-agentpackages.uv sync
- Install LLM client such as Claude Desktop, Claude Code, Codex, or Gemini CLI
- Install MCP tools and Agents to Client (i.e.
claude-desktop,vscode,claude-code,codex, orgemini-cli)uv run main.py <client>
- Open Copilot and click on the tools icon
- Update the tools for
additive-manufacturing,thermo-calc, andworkspace
- (Optional) Toggle off all other tools for better performance (i.e. "Built-In", "Python", "Jupyter", etc.)
|
|
Additive Manufacturinguv add additive-manufacturingpip install additive-manufacturing
|
|
|
Thermo-Calcuv add thermo-calcpip install thermo-calc
|
|
|
Workspace Agentuv add workspace-agentpip install workspace-agent
|


