Skip to main content
Glama

Decision Tree MCP Server

by psikosen
package.json1.4 kB
{ "name": "dt-mcp-server", "version": "1.0.0", "description": "MCP Server for RTDQ decision trees and ToDo management with Redis", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "build": "tsc", "dev": "node --watch index.js", "lint": "eslint . --ext .js,.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "decision-tree", "rtdq", "redis", "todo" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "cors": "^2.8.5", "express": "^5.1.0", "redis": "^4.6.14", "zod": "^3.23.8" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.12.12", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", "nodemon": "^3.1.0", "prettier": "^3.2.5", "typescript": "^5.4.5" }, "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/psikosen/dt_mcp'

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