Skip to main content
Glama

Ultralytics MCP Server

startup.sh784 B
#!/bin/bash echo "🚀 Starting Ultralytics AI System..." # Start TensorBoard in background echo "📊 Starting TensorBoard..." cd /ultralytics && tensorboard --logdir=runs --host=0.0.0.0 --port=6006 & # Wait a bit for TensorBoard to start sleep 2 echo "✅ Services starting:" echo " 📊 TensorBoard: http://localhost:6006" echo " 🌐 Streamlit UI: http://localhost:8501" echo " 📓 Jupyter Lab: http://localhost:8888" # Start Streamlit interface in foreground (keeps container alive) echo "🌐 Starting Streamlit Interface..." cd /ultralytics && streamlit run main_dashboard.py \ --server.address 0.0.0.0 \ --server.port 8501 \ --server.headless true \ --server.enableCORS false \ --server.enableXsrfProtection false \ --server.maxUploadSize 200

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