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
config.py•268 B
import os
# Dreame Robot Configuration
DREAME_IP = "192.168.0.179"
DREAME_TOKEN = (
"YOUR_TOKEN_HERE" # Update this with the token extracted via VeVS app or other methods
)
# Moorebot Scout Configuration
SCOUT_IP = "192.168.1.1" # Example IP
SCOUT_PORT = 8080