Skip to main content
Glama

ESA MCP Server

by d-kimuson
env.ts179 B
export const getRequiredEnv = (key: string) => { const value = process.env[key] if (!value) { throw new Error(`Missing required environment: ${key}`) } return value }

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/d-kimuson/esa-mcp-server'

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