Skip to main content
Glama
BUCK615 B
load( "@prelude-si//:macros.bzl", "export_file", ) load( "@prelude-si//:deno.bzl", "deno_format", "deno_test", ) export_file( name = "deno.json", ) filegroup( name = "srcs", srcs = glob([ "**/*", ]), visibility = ["PUBLIC"], ) deno_format( name = "fix-format", srcs = glob(["**/*.ts"]), ) deno_format( name = "check-format", srcs = glob(["**/*.ts"]), check = True, ) deno_test( name = "test-unit", srcs = glob(["mod_test.ts"]), permissions = [ "allow-all", ], unstable_flags = [ "sloppy-imports", ], )

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