Skip to main content
Glama
reset.sh555 B
#!/bin/bash echo "⚠️ WARNING: This will destroy all data!" echo "=======================================" echo "" read -p "Are you sure you want to reset everything? (yes/no): " -r echo "" if [[ $REPLY =~ ^[Yy][Ee][Ss]$ ]]; then echo "🗑️ Stopping and removing all containers and volumes..." docker-compose down -v echo "🧹 Cleaning up Docker resources..." docker system prune -f echo "✅ Reset complete!" echo "" echo "To start fresh: ./setup.sh && ./start.sh" else echo "❌ Reset cancelled." fi

Latest Blog Posts

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/mister-weeden/wordpress-mcp-server'

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