Skip to main content
Glama
BUCK500 B
load( "@prelude-si//:macros.bzl", "export_file", "shellcheck", "shfmt_check", "test_suite", ) export_file( name = "rootfs_build.sh", ) shfmt_check( name = "check-format-shell", srcs = glob(["**/*.sh"]), ) shellcheck( name = "check-lint-shell", srcs = glob(["**/*.sh"]), ) test_suite( name = "check-format", tests = [ ":check-format-shell", ], ) test_suite( name = "check-lint", tests = [ ":check-lint-shell", ], )

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