Skip to main content
Glama

Ultralytics MCP Server

setup.bat•2.37 kB
@echo off echo šŸš€ RCT Detector Platform - Complete Setup echo ===================================== echo. REM Check if Docker is installed docker --version >nul 2>&1 if errorlevel 1 ( echo āŒ Docker is not installed. Please install Docker Desktop first. echo Download from: https://www.docker.com/products/docker-desktop pause exit /b 1 ) REM Check if Docker Compose is available docker-compose --version >nul 2>&1 if errorlevel 1 ( echo āŒ Docker Compose is not available. Please install Docker Desktop with Compose. pause exit /b 1 ) echo āœ… Docker is available echo. REM Check for NVIDIA GPU support (optional) nvidia-smi >nul 2>&1 if errorlevel 1 ( echo āš ļø NVIDIA drivers not detected. Running in CPU mode. ) else ( echo āœ… NVIDIA drivers detected ) echo. echo šŸ—ļø Building and starting containers... echo. REM Stop any existing containers echo šŸ›‘ Stopping existing containers... docker-compose down REM Build and start containers echo šŸ”Ø Building containers (this may take several minutes)... docker-compose build --no-cache echo šŸš€ Starting containers... docker-compose up -d REM Wait for containers to be ready echo. echo ā³ Waiting for services to start... timeout /t 15 /nobreak >nul REM Check container status echo. echo šŸ“‹ Container Status: docker-compose ps echo. echo ā³ Checking service availability... timeout /t 5 /nobreak >nul echo. echo šŸŽ‰ Setup Complete! echo ================== echo. echo šŸ“± Available Services: echo 🌐 Streamlit Web Interface: http://localhost:8501 echo šŸ“Š TensorBoard: http://localhost:6006 echo šŸ”Œ MCP Server: http://localhost:8092 echo šŸ““ Jupyter (optional): http://localhost:8888 echo. echo šŸ”§ Management Commands: echo šŸ“Š View logs: docker-compose logs -f ultralytics-container echo šŸ”„ Restart: docker-compose restart echo šŸ›‘ Stop: docker-compose down echo šŸ’¾ Monitor: docker exec ultralytics-container /usr/local/bin/monitor.sh echo. echo šŸ“š Features Available: echo āœ… 10GB ZIP dataset upload limit echo āœ… Intelligent dataset structure detection echo āœ… Background processing for large files echo āœ… Real-time GPU monitoring echo āœ… Custom model training echo āœ… MCP integration for N8N automation echo. echo šŸš€ Ready to use! Navigate to http://localhost:8501 to get started. echo. pause

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MetehanYasar11/ultralytics_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server