Skip to main content
Glama

Logic MCP Server

by Mnehmos
package.json825 B
{ "name": "logic-mcp", "version": "0.1.0", "description": "Logic MCP Server - Rebuilt", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "tsc-watch --onSuccess \"node build/index.js\"" }, "keywords": [ "mcp", "logic" ], "author": "Roo", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@types/cors": "^2.8.18", "@types/express": "^5.0.2", "@types/sqlite3": "^3.1.11", "axios": "^1.9.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^5.1.0", "sqlite3": "^5.1.7", "zod": "^3.25.49" }, "devDependencies": { "@types/node": "^20.17.57", "tsc-watch": "^6.0.0", "typescript": "^5.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/Mnehmos/logic-mcp'

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