Skip to main content
Glama

Industrial MCP Server

by intecrel
instrumentation.tsโ€ข548 B
/** * Next.js Instrumentation * This file is called once when the server starts * Perfect place to load environment variables from Redis */ export async function register() { if (process.env.NEXT_RUNTIME === 'nodejs') { const { loadEnvFromRedis } = await import('./lib/config/redis-env-loader') try { console.log('๐Ÿš€ Loading environment variables from Redis on startup...') await loadEnvFromRedis() } catch (error) { console.error('โŒ Failed to load env vars from Redis during startup:', error) } } }

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/intecrel/industrial-mcp'

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