Skip to main content
Glama
BUCK1.83 kB
load("@prelude-si//:macros.bzl", "rust_library") rust_library( name = "bedrock-server", deps = [ "//lib/buck2-resources:buck2-resources", "//lib/bedrock-core:bedrock-core", "//lib/si-data-acmpca:si-data-acmpca", "//lib/si-data-ssm:si-data-ssm", "//lib/si-settings:si-settings", "//lib/si-std:si-std", "//lib/si-tls:si-tls", "//lib/si-data-nats:si-data-nats", "//third-party/rust:aws-credential-types", "//third-party/rust:aws-config", "//third-party/rust:aws-sdk-s3", "//third-party/rust:aws-smithy-runtime-api", "//third-party/rust:aws-smithy-types", "//third-party/rust:async-nats", "//third-party/rust:async-trait", "//third-party/rust:axum", "//third-party/rust:base64", "//third-party/rust:ciborium", "//third-party/rust:dashmap", "//third-party/rust:derive_builder", "//third-party/rust:futures", "//third-party/rust:hex", "//third-party/rust:hyper", "//third-party/rust:rust-s3", "//third-party/rust:rustls", "//third-party/rust:remain", "//third-party/rust:serde", "//third-party/rust:serde_json", "//lib/telemetry-rs:telemetry", "//third-party/rust:thiserror", "//third-party/rust:tokio", "//third-party/rust:tokio-rustls", "//third-party/rust:tokio-stream", "//third-party/rust:tokio-util", "//third-party/rust:tower", "//third-party/rust:tower-http", "//third-party/rust:tracing-tunnel", "//third-party/rust:tracing", "//third-party/rust:ulid", "//third-party/rust:url", "//third-party/rust:uuid", ], srcs = glob([ "src/**/*.rs", "scripts/*", ]), )

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