Skip to main content
Glama

base120-mcp

Python Version Runtime Dependencies Protocol License

将 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 工具

  1. base120_search:按领域或问题描述搜索思维模型。

  2. base120_apply:为将特定模型应用于当前问题陈述生成结构化的推理支架。


工程严谨性与验证

  • 测试:在 Python 3.10-3.13 上 100% 通过的测试套件。

  • 零依赖:纯 Python 标准库(jsonsysdataclasses)。

  • 作者Reuben BowlbyLinkedIn | 简历


企业核心

Base120 是 HUMMBL 平台的认知推理核心。如需企业级多智能体治理和形式化 Lean 4 验证,请访问 github.com/hummbl-io


A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    AI-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
  • A
    license
    A
    quality
    C
    maintenance
    Persistent 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.
    35
    964
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Cognitive 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.
    25
    68
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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