ITASCA MCP Server for Zed
io.github.yusong652/itasca-mcp
Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC, MPoint, MassFlow: docs, simulation, plots.
client:Zed
transport:stdio
runtime:pypi
Install ITASCA MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"itasca-mcp": {
"command": "uvx",
"args": [
"itasca-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs