Skip to main content
Glama

Structured Workflow Engine MCP Server

by mlaurel
MIT License
package.json1.14 kB
{ "name": "agents-workflow-mcp", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "prebuild": "npm run build:embeddings", "build": "next build", "start": "next start", "lint": "next lint", "build:embeddings": "tsx scripts/build-embeddings.ts", "test": "jest", "test:watch": "jest --watch", "test:integration": "jest tests/integration" }, "dependencies": { "@vercel/mcp-adapter": "^0.11.1", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "next": "15.3.5", "openai": "^5.8.2", "react": "^19.0.0", "react-dom": "^19.0.0", "zod": "^3.25.73" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "@types/node": "^20.19.4", "@types/react": "^19", "@types/react-dom": "^19", "dotenv": "^17.0.1", "eslint": "^9", "eslint-config-next": "15.3.5", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", "tailwindcss": "^4", "ts-jest": "^29.2.5", "tsx": "^4.20.3", "typescript": "^5" } }

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/mlaurel/mcp-workflow-engine'

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