Skip to main content
Glama
docker-build.sh451 B
#!/bin/bash set -e VERSION=$(grep '^version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/') echo "Building Docker image for version: $VERSION" echo "Building Docker image..." docker build -t antidmg/toolfront:$VERSION . docker build -t antidmg/toolfront:latest . echo "Pushing Docker image..." docker push antidmg/toolfront:$VERSION docker push antidmg/toolfront:latest echo "Successfully built and pushed Docker images for version $VERSION"

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