Skip to main content
Glama
config.ts380 B
import path from 'path' import os from 'os' export const INSTANCE_ID = process.env.INSTANCE_ID || crypto.randomUUID() export const CONFIG_DIR = process.env.CONFIG_DIR || path.join(os.homedir(), '.heimdall') export const LOG_DIR = path.join(CONFIG_DIR, 'logs',INSTANCE_ID) export const POLL_INTERVAL = 10000 // 10 seconds export const TOOL_EXECUTION_TIMEOUT = 30000 // 30 seconds

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/shinzo-labs/heimdall'

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