base120-mcp
base120-mcp
将 120 个经过验证的思维模型打包为一个 MCP 服务器,以提升 Claude Desktop、Cursor 和 Windsurf 中的推理、提示词工程和架构决策。
快速入门 • 6 个领域 • Claude Desktop 配置 • 工程验证
6 个推理领域
Related MCP server: Tycana
什么是 Base120?
大多数 AI 智能体在处理复杂、模糊的问题时会遇到困难,因为它们默认采用单一视角的推理方式。
Base120 是一个结构化的思维模型库,收录了 120 个可操作的思维模型(逆向思维、第一性原理、阿什比必要多样性定律、纳什均衡、反脆弱),为 LLM 提供拆解棘手工程挑战所需的精确算子。
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 deployed
Maintenance
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Your product team's shared strategic memory — an MCP server your AI tools reason over.
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Give your AI agent persistent, governed memory for every project. At task start it recalls the approved decisions, conventions, risks and architecture (semantic search, ranked by importance); at close it proposes what was learned as typed memories that you review and approve — governance, not a notes dump. Agents propose, humans govern: edits go back to pending and deletion is human-only by design. Connect Claude Code, Cursor, Claude Desktop or any MCP client in two minutes with just your API key — hosted (nothing to install) or locally via `uvx solucortex-mcp`. Built by SoluAI and dogfooded daily: SoluCortex is developed using its own living memory.
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.35223 npm7MIT
- 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.2574MIT