Skip to main content
Glama
BUCK675 B
load("@prelude//utils:source_listing.bzl", "source_listing") oncall("build_infra") source_listing() prelude = native prelude.go_bootstrap_binary( name = "go_concat_files", srcs = prelude.glob(["**/*"]), build_args = [ "go/concat_files.go", ], visibility = ["PUBLIC"], ) prelude.go_bootstrap_binary( name = "go_go_wrapper", srcs = prelude.glob(["**/*"]), build_args = [ "go/go_wrapper.go", ], visibility = ["PUBLIC"], ) prelude.go_bootstrap_binary( name = "go_testmaingen", srcs = prelude.glob(["**/*"]), build_args = [ "go/testmaingen.go", ], visibility = [ "PUBLIC", ], )

Latest Blog Posts

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/systeminit/si'

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