Skip to main content
Glama

Industrial MCP Server

by intecrel
package.jsonโ€ข2.1 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": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:auth": "jest __tests__/auth", "test:api": "jest __tests__/api", "test:database": "jest __tests__/database", "migrate:audit": "node scripts/migrate-audit-tables.js", "test:prod": "node scripts/test-mcp.js --url=${MCP_PROD_URL:-https://industrial-mcp-delta.vercel.app} --api-key=${API_KEY} --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.19.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": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^20.19.10", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.0", "eslint": "^8", "eslint-config-next": "14.2.30", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", "node-fetch": "^3.3.2", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "ts-jest": "^29.4.5", "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