Skip to main content
Glama
package.json2.52 kB
{ "name": "@kastalien-research/thoughtbox", "version": "1.1.0", "description": "MCP server providing cognitive enhancement tools for LLM agents: structured reasoning, mental models, and literate programming notebooks", "mcpName": "io.github.Kastalien-Research/thoughtbox", "license": "MIT", "author": "glassBead at Kastalien Research", "homepage": "https://github.com/Kastalien-Research/thoughtbox", "repository": { "type": "git", "url": "https://github.com/Kastalien-Research/thoughtbox.git" }, "bugs": "https://github.com/Kastalien-Research/thoughtbox/issues", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "reasoning", "thoughtbox", "mental-models", "notebook", "cognitive-tools", "ai", "llm" ], "type": "module", "main": "./dist/index.js", "module": "src/index.ts", "types": "./dist/index.d.ts", "bin": { "thoughtbox": "./dist/http.js" }, "files": [ "dist", "templates", "README.md", "LICENSE" ], "scripts": { "embed-templates": "tsx scripts/embed-templates.ts", "generate-capabilities": "tsx scripts/generate-capabilities.ts", "dev": "npm run embed-templates && smithery dev", "build": "npm run check:cycles && npm run build:local", "build:local": "npm run embed-templates && npm run generate-capabilities && tsc && shx cp -r src/resources dist/ && shx cp -r templates dist/ && shx chmod +x dist/*.js", "build:smithery": "npm run embed-templates && npm run generate-capabilities && smithery build", "start": "node dist/http.js", "start:stateful": "node dist/http-stateful.js", "start:stdio": "node dist/index.js", "start:smithery": "node .smithery/index.cjs", "prepublishOnly": "npm run build:local", "watch": "tsc --watch", "check:cycles": "./scripts/check-cycles.sh", "check:cycles:strict": "./scripts/check-cycles.sh --strict", "prepare": "husky" }, "engines": { "node": ">=22.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "1.24.3", "@smithery/sdk": "^1.7.5", "chalk": "^5.6.0", "cors": "^2.8.5", "express": "^5.1.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@smithery/cli": "^1.6.2", "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/node": "^22.18.12", "@types/yargs": "^17.0.32", "husky": "^9.1.6", "madge": "^8.0.0", "shx": "^0.3.4", "tsx": "^4.20.6", "typescript": "^5.3.3" } }

Latest Blog Posts

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/glassBead-tc/Thoughtbox'

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