Gearotons M17 Servomotor for Windsurf
io.github.gearotons/servomotor-mcp
Drive Gearotons M17 open-source servomotors from plain English over RS-485; mock mode, no hardware.
client:Windsurf
transport:stdio
runtime:pypi
Install Gearotons M17 Servomotor in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs