Skip to main content
Glama
jetstream.rs374 B
pub mod context; pub use context::Context; use crate::Client; pub fn new(client: Client) -> Context { Context::new(client) } pub fn with_domain<T: AsRef<str>>(client: Client, domain: T) -> Context { context::Context::with_domain(client, domain) } pub fn with_prefix(client: Client, prefix: &str) -> Context { context::Context::with_prefix(client, prefix) }

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