cadloop Slicer for Windsurf
io.github.richardofortune/cadloop-slicer
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
client:Windsurf
transport:stdio
runtime:pypi
Install cadloop Slicer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cadloop-slicer": {
"command": "uvx",
"args": [
"cadloop"
],
"env": {
"SLICER_WORKSPACE": "<SLICER_WORKSPACE>",
"SLICER_BIN": "<SLICER_BIN>",
"SLICER_PROFILE_DIRS": "<SLICER_PROFILE_DIRS>",
"SLICER_TIMEOUT": "<SLICER_TIMEOUT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs