Skip to main content
Glama
constants.ts552 B
import os from "os"; import path from "path"; export const POSTHOG_API_KEY = "phc_y7X3IXJu9751SOeEsisUIo3pGDgo1jxJ6Fk7odUMWJ4"; export const POSTHOG_ENDPOINT = "https://us.i.posthog.com"; export const ZETACHAIN_DIR = path.join(os.homedir(), ".zetachain"); export const ZETACHAIN_CONFIG_FILE = path.join(ZETACHAIN_DIR, "config.json"); export const DEFAULT_CHAT_API_URL = "https://www.zetachain.com/docs/api/chat/"; export const DEFAULT_CHATBOT_ID = "HwoQ2Sf9rFFtdW59sbYKF"; export const ASK_MAX_RETRIES = 5; export const ASK_BASE_DELAY_MS = 10000;

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/ExpertVagabond/universal-blockchain'

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