← Back to browse

ugs-mcp

Indexed by io.github.zackpeters93

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUGS_HOST UGS_PORT MACROS_DIR RAPID_SPEED_MM_MIN
Claude Code
claude mcp add --env UGS_HOST= --env UGS_PORT= --env MACROS_DIR= --env RAPID_SPEED_MM_MIN= ugs-mcp -- uvx ugs-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ugs-mcp","command":"uvx","args":["ugs-mcp"],"env":{"UGS_HOST":"","UGS_PORT":"","MACROS_DIR":"","RAPID_SPEED_MM_MIN":""}}'
JSON
{
  "mcpServers": {
    "ugs-mcp": {
      "command": "uvx",
      "args": [
        "ugs-mcp"
      ],
      "env": {
        "UGS_HOST": "",
        "UGS_PORT": "",
        "MACROS_DIR": "",
        "RAPID_SPEED_MM_MIN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.