We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/okets/folder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.test•440 B
# Node.js Environment Configuration for Test Memory Management
# Increase heap size for main process
NODE_OPTIONS="--max-old-space-size=4096 --expose-gc"
# Test environment
NODE_ENV=test
TEST_MODE=true
# Vitest specific settings
VITEST_POOL=forks
VITEST_MAX_FORKS=1
VITEST_SINGLE_FORK=true
# Memory monitoring
GC_INTERVAL=5000
MEMORY_THRESHOLD=1073741824
# Test configuration
TEST_TIMEOUT=30000
TEST_PARALLEL=false
TEST_COVERAGE=false