Skip to main content
Glama
time-limits.ts459 B
/** * Default time limit for operations in seconds * Can be overridden with TIME_LIMIT environment variable * Default: 120 seconds (2 minutes) */ export const DEFAULT_TIME_LIMIT = parseInt(process.env.TIME_LIMIT || '120'); /** * Maximum allowed time limit to prevent abuse * Can be overridden with MAX_TIME_LIMIT environment variable * Default: 600 seconds (10 minutes) */ export const MAX_TIME_LIMIT = parseInt(process.env.MAX_TIME_LIMIT || '600');

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/Yussefgafer/MyMCP'

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