Skip to main content
Glama

Workflow MCP Server

by Artin0123
package.json641 B
{ "name": "memory-mcp", "version": "1.0.0", "description": "MCP server providing task evaluation, memory bank management, failure protocol, and safety checks for AI assistants.", "main": "dist/index.js", "module": "./src/index.ts", "type": "module", "bin": { "memory-mcp": "./dist/server.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.9.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

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

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