Skip to main content
Glama

Industrial MCP Server

by intecrel
package.json1.68 kB
{ "name": "industrial-mcp", "version": "1.0.0", "description": "Industrial Model Context Protocol (MCP) server for Claude integration", "main": "index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit", "test:prod": "node scripts/test-mcp.js --url=${MCP_PROD_URL:-https://industrial-mcp-delta.vercel.app} --api-key=${API_KEY} --mac=${MAC_ADDRESS} --verbose=false", "deploy:preview": "vercel --env NODE_ENV=development", "deploy:prod": "vercel --prod" }, "keywords": [ "mcp", "industrial", "claude", "ai", "automation", "nextjs", "vercel" ], "author": "Sam Durso", "license": "MIT", "dependencies": { "@google-cloud/cloud-sql-connector": "^1.8.2", "@modelcontextprotocol/sdk": "^1.12.1", "@upstash/redis": "^1.35.3", "@vercel/mcp-adapter": "1.0.0", "jose": "^6.0.12", "lucide-react": "^0.539.0", "mysql2": "^3.6.5", "neo4j-driver": "^5.28.1", "next": "14.2.30", "next-auth": "^4.24.0", "react": "^18", "react-dom": "^18", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.19.10", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.0", "eslint": "^8", "eslint-config-next": "14.2.30", "node-fetch": "^3.3.2", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "typescript": "^5" }, "repository": { "type": "git", "url": "https://github.com/intecrel/industrial-mcp.git" }, "homepage": "https://github.com/intecrel/industrial-mcp#readme", "engines": { "node": ">=18.0.0" } }

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