← Back to Plugins
MCP Server MCP

io.github.zackpeters93/ugs-mcp

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ugs-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ugs-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "UGS Pendant host address",
          "format": "string",
          "name": "UGS_HOST"
        },
        {
          "description": "UGS Pendant port (default: 8080)",
          "format": "number",
          "name": "UGS_PORT"
        },
        {
          "description": "Directory for saved G-code macros",
          "format": "string",
          "name": "MACROS_DIR"
        },
        {
          "description": "Rapid speed in mm/min used for return-to-zero (default: 5000)",
          "format": "number",
          "name": "RAPID_SPEED_MM_MIN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...