orcaslicer mcp for Zed
io.github.maxellis/orcaslicer-mcp
Work a running OrcaSlicer with AI: slice, tune, and understand what each setting costs
client:Zed
transport:stdio
runtime:pypi
Install orcaslicer mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"orcaslicer-mcp": {
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "<ORCA_API_TOKEN>",
"ORCA_API_URL": "<ORCA_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs