Skip to main content
Glama

WarpGBM MCP Service

deploy_modal.shβ€’732 B
#!/bin/bash # Deploy to Modal set -e echo "πŸš€ Deploying WarpGBM MCP Service to Modal..." # Check if modal is installed if ! command -v modal &> /dev/null; then echo "❌ Modal CLI not found. Install with: pip install modal" exit 1 fi # Check if authenticated if ! modal token show &> /dev/null; then echo "❌ Not authenticated with Modal. Run: modal token new" exit 1 fi # Deploy echo "Deploying..." modal deploy modal_app.py echo "" echo "βœ… Deployment complete!" echo "Your service is now live on Modal." echo "" echo "Next steps:" echo "1. Check Modal dashboard for your service URL" echo "2. Update .well-known/mcp.json with your production URL" echo "3. Test the endpoints with the provided URLs"

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/jefferythewind/warpgbm-mcp-service'

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