Skip to main content
Glama
tools.mk407 B
# Tools # Platform detection OS := $(shell uname -s | tr '[:upper:]' '[:lower:]') ARCH := $(shell uname -m | tr '[:upper:]' '[:lower:]') ifeq ($(ARCH),x86_64) ARCH = amd64 endif ifeq ($(ARCH),aarch64) ARCH = arm64 endif KIND = _output/bin/kind KIND_VERSION = v0.30.0 $(KIND): @mkdir -p _output/bin GOBIN=$(PWD)/_output/bin go install sigs.k8s.io/kind@$(KIND_VERSION) .PHONY: kind kind: $(KIND)

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/containers/kubernetes-mcp-server'

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