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 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