We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyLightIsOn/mcp-study'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start-ui.sh•202 B
#!/bin/bash
echo "🚀 Starting Task Manager UI..."
echo ""
echo "The UI will be available at: http://localhost:3000"
echo "Press Ctrl+C to stop"
echo ""
cd task-ui-simple
python3 -m http.server 3000