Skip to main content
Glama
is-local-env.ts252 B
export function isLocalEnv(): boolean { try { const url = new URL(process.env.SETTLEMINT_INSTANCE ?? ""); return url.hostname.endsWith(".settlemint.be") || url.hostname.endsWith(".k8s.orb.local") || false; } catch { return false; } }

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/settlemint/sdk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server