We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/robotics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[Unit]
Description=Robotics WebApp with Watchfiles Crashproofing
After=network.target
Wants=network.target
[Service]
Type=simple
User=your-username
Group=your-group
WorkingDirectory=/path/to/robotics-webapp
Environment=PYTHONPATH=/path/to/robotics-webapp/src
Environment=ROBOTICS_WEBAPP_HOST=0.0.0.0
Environment=ROBOTICS_WEBAPP_PORT=12220
Environment=ROBOTICS_WEBAPP_DEBUG=false
Environment=WATCHFILES_MAX_RESTARTS=10
Environment=WATCHFILES_RESTART_DELAY=1.0
Environment=WATCHFILES_BACKOFF_MULTIPLIER=1.5
Environment=WATCHFILES_HEALTH_CHECK_INTERVAL=30
Environment=WATCHFILES_NOTIFY_ON_CRASH=true
ExecStart=/usr/bin/python3 scripts/watchfiles_runner.py
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
SyslogIdentifier=robotics-webapp-watchfiles
# Security settings
NoNewPrivileges=yes
PrivateTmp=yes
ProtectSystem=strict
ProtectHome=yes
ReadWritePaths=/path/to/robotics-webapp/logs
ReadWritePaths=/path/to/robotics-webapp/node_modules/.vite
[Install]
WantedBy=multi-user.target