MoldSim MCP Server for Zed
io.github.kobzevvv/moldsim-mcp
Injection molding simulation expertise — materials, process validation, and DFM checks
client:Zed
transport:stdio
runtime:npm
Install MoldSim MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"moldsim-mcp": {
"command": "npx",
"args": [
"-y",
"moldsim-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs