Skip to main content
Glama

HUMMBL MCP Server

by hummbl-dev
package.json1.03 kB
{ "name": "@hummbl/mcp-server", "version": "1.0.0-beta.1", "description": "Model Context Protocol server for HUMMBL Base120 mental models framework", "type": "module", "main": "./dist/index.js", "bin": { "hummbl-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "keywords": [ "mcp", "model-context-protocol", "mental-models", "hummbl", "cognitive-framework", "problem-solving" ], "author": "Reuben <reuben@hummbl.io>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hummbl-dev/mcp-server.git" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.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/hummbl-dev/mcp-server'

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