Skip to main content
Glama
shell.bzl463 B
load( "@prelude-si//:shell.bzl", _shellcheck = "shellcheck", _shfmt_check = "shfmt_check", ) def shellcheck( name, visibility = ["PUBLIC"], **kwargs): _shellcheck( name = name, visibility = visibility, **kwargs ) def shfmt_check( name, visibility = ["PUBLIC"], **kwargs): _shfmt_check( name = name, visibility = visibility, **kwargs )

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