Skip to main content
Glama
package.json727 B
{ "name": "@k-chrispens/tiling-trees-mcp", "version": "0.3.0", "description": "MCP server implementing the Tiling Trees Method for systematic solution space exploration using MECE principles", "type": "module", "main": "dist/index.js", "bin": { "tiling-trees-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "research", "tiling-trees", "exploration" ], "author": "k-chrispens", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18" } }

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/k-chrispens/tiling-trees-mcp'

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