Skip to main content
Glama

Industrial MCP Server

by intecrel
vercel-preview.json748 B
{ "functions": { "app/api/**/*.ts": { "maxDuration": 60 } }, "headers": [ { "source": "/api/(.*)", "headers": [ { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Access-Control-Allow-Methods", "value": "GET, POST, PUT, DELETE, OPTIONS" }, { "key": "Access-Control-Allow-Headers", "value": "Content-Type, Authorization, x-api-key, Accept" }, { "key": "X-Environment", "value": "preview" } ] } ], "env": { "NODE_ENV": "development", "VERCEL_ENV": "preview" }, "build": { "env": { "NODE_ENV": "development" } } }

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