Skip to content
Zed

Gearotons M17 Servomotor for Zed

io.github.gearotons/servomotor-mcp

Drive Gearotons M17 open-source servomotors from plain English over RS-485; mock mode, no hardware.

client:Zed transport:stdio runtime:pypi

Install Gearotons M17 Servomotor in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "servomotor-mcp": {
      "command": "uvx",
      "args": [
        "servomotor-mcp"
      ],
      "env": {
        "GEAROTONS_MOTOR_BACKEND": "<GEAROTONS_MOTOR_BACKEND>",
        "GEAROTONS_SERIAL_PORT": "<GEAROTONS_SERIAL_PORT>",
        "GEAROTONS_DEFAULT_SPEED_DPS": "<GEAROTONS_DEFAULT_SPEED_DPS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Gearotons M17 Servomotor in other clients