Skip to content
Windsurf

ugs mcp for Windsurf

io.github.zackpeters93/ugs-mcp

CNC machine control via Universal G-code Sender. Jog, home, run files with hardware safety tokens.

client:Windsurf transport:stdio runtime:pypi

Install ugs mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "ugs-mcp": {
      "command": "uvx",
      "args": [
        "ugs-mcp"
      ],
      "env": {
        "UGS_HOST": "<UGS_HOST>",
        "UGS_PORT": "<UGS_PORT>",
        "MACROS_DIR": "<MACROS_DIR>",
        "RAPID_SPEED_MM_MIN": "<RAPID_SPEED_MM_MIN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ugs mcp in other clients