Skip to main content
Glama

MCP Agent Tracker

by Big0290
run_refactored_ui.sh•1.46 kB
#!/bin/bash # Run the refactored Context Management UI # This script starts the new intuitive UI with tab-based navigation echo "šŸš€ Starting Refactored Context Management UI..." echo "==================================" echo "" echo "✨ New Features:" echo " • Tab-based navigation (no more sidebar dropdowns)" echo " • Button-based filters (no more selectbox dropdowns)" echo " • Card-based layouts for better organization" echo " • Modern gradient design with better contrast" echo " • Tool grid instead of dropdown selection" echo " • Session cards instead of dropdown selection" echo "" echo "🌐 The UI will open in your default browser" echo "šŸ›‘ Press Ctrl+C to stop the server" echo "" # Check if streamlit is installed if ! command -v streamlit &> /dev/null; then echo "āŒ Streamlit not found. Installing..." pip install streamlit fi # Check if required dependencies are available if [ ! -f "requirements_ui.txt" ]; then echo "āš ļø requirements_ui.txt not found. Creating basic requirements..." cat > requirements_ui.txt << EOF streamlit>=1.28.0 pandas>=1.5.0 plotly>=5.15.0 sqlite3 EOF fi # Install UI requirements echo "šŸ“¦ Installing UI requirements..." pip install -r requirements_ui.txt # Start the refactored UI echo "šŸŽÆ Starting refactored UI server..." streamlit run context_ui_refactored.py --server.port 8502 --server.address localhost echo "" echo "āœ… Refactored UI server stopped"

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/Big0290/MCP'

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