Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

orcaslicer mcp in other clients