Skip to main content
Glama

hypertool-mcp

docker-bake.hclโ€ข997 B
variable "TAG" { default = "latest" } variable "REGISTRY" { default = "localhost" } variable "VERSION" { default = "0.0.31" } group "default" { targets = ["hypertool-mcp"] } target "hypertool-mcp" { dockerfile = "Dockerfile" tags = [ "hypertool-mcp:${TAG}", "hypertool-mcp:${VERSION}", "hypertool-mcp:latest" ] platforms = [ "linux/amd64", "linux/arm64" ] cache-from = [ "type=gha" ] cache-to = [ "type=gha,mode=max" ] output = ["type=image"] } target "hypertool-mcp-local" { inherits = ["hypertool-mcp"] output = ["type=docker"] platforms = ["linux/arm64"] # Single platform for fast local builds tags = [ "hypertool-mcp:latest", "hypertool-mcp:${VERSION}", "hypertool-mcp:local" ] } target "hypertool-mcp-dev" { inherits = ["hypertool-mcp-local"] tags = [ "hypertool-mcp:dev" ] cache-from = [ "type=local,src=.buildx-cache" ] cache-to = [ "type=local,dest=.buildx-cache,mode=max" ] }

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/toolprint/hypertool-mcp'

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