ugs-mcp: MCP server for AI assistant control of UGS #3118
zackpeters93
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi UGS community,
I built an open source MCP (Model Context Protocol) server that wraps the UGS Pendant REST API, letting AI assistants like Claude control a CNC machine via conversation.
GitHub: https://github.com/zackpeters93/ugs-mcp
What it does
Safety
Every motion command uses a mandatory two-step token protocol. The AI generates a random token and shows it to the user. The machine only moves when the user reads the token back. The AI cannot fabricate or reuse tokens — they are generated and validated server-side.
Full safety documentation is included in the repo: https://github.com/zackpeters93/ugs-mcp/blob/main/SAFETY.md
Tested with
Install
Would love feedback from the community — especially anyone running TinyG, FluidNC, or Smoothieware who can test compatibility.
Beta Was this translation helpful? Give feedback.
All reactions