HUMMBL MCP Server
Model Context Protocol server providing access to the HUMMBL Base120 mental models framework.
Overview
HUMMBL Base120 is a comprehensive cognitive framework consisting of 120 validated mental models organized across 6 transformations:
P (Perspective): Change viewpoint to see problems differently
IN (Inversion): Flip problem to find solution by avoiding failure
CO (Composition): Combine elements to create emergent properties
DE (Decomposition): Break down complexity into manageable components
RE (Recursion): Apply patterns at multiple scales and iterations
SY (Meta-Systems): Understand rules, patterns, and systems governing systems
Installation
Global Installation (Recommended)
Using npx (No Installation Required)
Configuration
Claude Desktop
Add to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
After configuration, restart Claude Desktop. The HUMMBL tools will appear in the attachment menu.
Available Tools
get_model
Retrieve detailed information about a specific mental model.
Example:
list_all_models
List all 120 mental models, optionally filtered by transformation type.
Example:
search_models
Search models by keyword across names, descriptions, and examples.
Example:
recommend_models
Get AI-recommended models based on problem description.
Example:
get_transformation
Retrieve information about a specific transformation type and all its models.
Example:
search_problem_patterns
Find pre-defined problem patterns with recommended approaches.
Example:
Available Resources
Direct URI-based access to models and transformations:
hummbl://model/{code}– Individual model (e.g.,hummbl://model/P1)hummbl://transformation/{type}– All models in transformation (e.g.,hummbl://transformation/P)hummbl://models– Complete Base120 framework
Development
Setup
Build
Run Locally
Type Checking
Architecture
License
MIT © HUMMBL, LLC
Version
1.0.0-beta.1
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides access to the HUMMBL Base120 framework of 120 validated mental models organized across 6 transformations, enabling users to search, retrieve, and get AI-recommended mental models for problem-solving and decision-making.
- Overview
- Installation
- Configuration
- Available Tools
- Available Resources
- Development
- Architecture
- License
- Version