Skip to main content
Glama
deploy.sh458 B
#!/bin/bash # Deploy script for Fly.io documentation set -e echo "Preparing deployment files..." # Copy necessary files from parent directory cp ../pyproject.toml . cp ../uv.lock . 2>/dev/null || true # uv.lock might not exist cp -r ../src . cp ../zensical.toml . # Deploy to Fly echo "Deploying to Fly.io..." flyctl deploy # Clean up copied files echo "Cleaning up..." rm -f pyproject.toml uv.lock zensical.toml rm -rf src echo "Deployment complete!"

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/statespace-tech/toolfront'

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