Skip to main content
Glama
boilerplate.sh215 B
#!/bin/bash set -eu -o pipefail for i in $( find ./tools ./cmd ./pkg ./test ./hack -name "*.go" ); do if ! grep -q "Apache License" $i; then cat hack/boilerplate.go.txt $i >$i.new && mv $i.new $i fi done

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/mengfwan/test-mcp-glama'

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