Skip to main content
Glama
env.ts176 B
export let env: { [key: string]: string | undefined } = {} if (typeof process !== 'undefined') env = process.env else if ('env' in import.meta) env = (import.meta as any).env

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/jamsocket/forevervm'

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