@hummbl/mcp-server
v1.0.2
Published
MCP server exposing HUMMBL Base120 mental models to Claude Desktop
Maintainers
Readme
@hummbl/mcp-server
MCP server exposing HUMMBL Base120 mental models to Claude Desktop via Model Context Protocol.
Installation
npm install -g @hummbl/mcp-server
# or
npx @hummbl/mcp-serverClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"hummbl": {
"command": "npx",
"args": ["@hummbl/mcp-server"]
}
}
}Or for local development:
{
"mcpServers": {
"hummbl": {
"command": "node",
"args": ["/path/to/hummbl-monorepo/apps/mcp-server/dist/index.js"]
}
}
}Features
Tools
select_model- Select appropriate mental models for a problemapply_transformation- Apply a transformation type to reframe a problemanalyze_problem- Comprehensive problem analysis using multiple models
Resources
models://all- All 120 mental modelsmodels://by-transformation- Models grouped by transformationrelationships://all- Model relationships graphtransformations://overview- The 6 transformations overview
Prompts
problem_decomposition- Systematic problem decomposition framework
Development
# Build
pnpm build
# Watch mode
pnpm dev
# Run
pnpm startLicense
MIT
