base120-mcp
base120-mcp
Claude Desktop、Cursor、Windsurfにおける推論、プロンプトエンジニアリング、アーキテクチャ決定を向上させるために、120個の検証済みメンタルモデルをMCPサーバーとしてパッケージ化しました。
クイックスタート • 6つのドメイン • Claude Desktopのセットアップ • エンジニアリング検証
6つの推論ドメイン
Related MCP server: Tycana
Base120とは?
ほとんどのAIエージェントは、デフォルトで単一視点の推論を行うため、複雑で曖昧な問題に苦戦しています。
Base120は、難しいエンジニアリング課題を分解するために必要な正確なオペレーターをLLMに提供する、120の実用的なメンタルモデル(インバージョン、第一原理、アッシュビーの必要多様性の法則、ナッシュ均衡、反脆弱性)の構造化ライブラリです。
Claude Desktopのセットアップ
base120-mcpをclaude_desktop_config.jsonに直接追加してください:
{
"mcpServers": {
"base120": {
"command": "python",
"args": ["-m", "base120_mcp.server"]
}
}
}これで、Claudeに自然言語で依頼できます:
「Base120のインバージョンとアッシュビーの法則を使って、新しい分散タスクキューアーキテクチャを批判的に評価してください。」
提供されるMCPツール
base120_search:ドメインまたは問題の説明からメンタルモデルを検索します。base120_apply:特定のモデルを現在の問題文に適用するための、構造化された推論スキャフォールドを生成します。
エンジニアリングの厳密性と検証
テスト:Python 3.10〜3.13で100%合格するテストスイート。
依存関係ゼロ:純粋なPython標準ライブラリ(
json、sys、dataclasses)。著者:Reuben Bowlby — LinkedIn | 履歴書
エンタープライズコア
Base120は、HUMMBLプラットフォームの認知推論コアです。エンタープライズ向けのマルチエージェントガバナンスとLean 4による形式検証については、**github.com/hummbl-io**をご覧ください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA production-ready reasoning engine that integrates Claude AI with specialized MCP tools for knowledge retrieval, schema validation, and domain-specific rubric evaluation. It enables structured RAG-based analysis across legal, health, and science domains via a RESTful API.
- AlicenseNot gradedqualityDmaintenanceAI-native productivity backend that gives your AI assistant persistent memory, pattern awareness, and computed intelligence about your work. 14 MCP tools for task management, daily planning, weekly review, and personal context.MIT
- AlicenseAqualityCmaintenancePersistent cloud memory for AI coding assistants. 28 MCP tools for semantic search, auto-learning, task tracking, correction patterns, knowledge graphs, and session replay across Claude Code, Cursor, Windsurf, Cline, and any MCP client. Encrypted at rest. Team shared memory with author attribution.359647MIT
- AlicenseAqualityBmaintenanceCognitive prosthetic for AI agents. Indexes conversation history from ChatGPT, Claude Code, Cursor, and Gemini CLI into searchable embeddings. 25 MCP tools including tunnel_state (resume where you left off), switching_cost (quantify context-switch penalty), thinking_trajectory (track idea evolution), and alignment_check (decisions vs principles). LanceDB + Parquet, 12ms recall, local-first.2568MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/base120-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server