Skip to main content
Glama

Puzzlebox

by cliffhall
package.json1.34 kB
{ "name": "puzzlebox", "version": "1.0.0", "scripts": { "build": "node esbuild.config.js && echo '{\"type\": \"commonjs\"}' > dist/package.json", "start:sse": "node dist/index.js", "start:streamablHttp": "node dist/streamableHttp.js", "inspector": "npx @modelcontextprotocol/inspector", "repl": "node dist/repl.js", "test": "jest --silent", "format": "prettier --write ./src", "typecheck": "tsc --noEmit -p tsconfig.json --composite false", "lint": "eslint src", "lint:fix": "eslint ./src --fix", "coverage": "jest --coverage" }, "files": [ "dist" ], "type": "module", "license": "ISC", "description": "", "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/jest": "^29.5.14", "@types/node-fetch": "^2.6.12", "@typescript-eslint/eslint-plugin": "^8.24.0", "@typescript-eslint/parser": "^8.24.0", "esbuild": "^0.25.0", "eslint": "^9.20.1", "jest": "^29.7.0", "prettier": "^3.5.1", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "dependencies": { "@modelcontextprotocol/inspector": "^0.14.3", "@modelcontextprotocol/sdk": "^1.13.0", "@types/supertest": "^6.0.3", "mcp-proxy": "^2.11.0", "node-fetch": "^2.7.0", "tsx": "^4.16.5", "supertest": "^7.1.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/cliffhall/puzzlebox'

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