mcp-wisdom

aplaceforallmystuff/mcp-wisdom

3.3

If you are the rightful owner of mcp-wisdom and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

mcp-wisdom is a model context protocol server that provides philosophical thinking tools for decision-making, anxiety management, and perspective enhancement.

Tools
9
Resources
0
Prompts
0

mcp-wisdom

npm version CI License: MIT MCP

Philosophy-grounded thinking frameworks for Claude

Architecture - an MCP server providing Stoic, Cognitive, Mindfulness, and Strategic wisdom tools.

"Think better with 2,500 years of tested frameworks"

Overview

mcp-wisdom provides 9 philosophical thinking tools that Claude can use to help with decisions, anxiety, biases, timing, and perspective. Each tool draws from specific philosophical traditions with embedded wisdom quotes.

Installation

npm install -g mcp-wisdom

Or run directly with npx:

npx mcp-wisdom

Configuration

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "wisdom": {
      "command": "npx",
      "args": ["-y", "mcp-wisdom"]
    }
  }
}

Claude Code

claude mcp add wisdom -- npx -y mcp-wisdom

Available Tools

Stoic Framework

ToolPurposeUse When
wisdom_stoic_dichotomySeparate controllable from uncontrollableAnxious about outcomes
wisdom_stoic_premeditationVisualize worst case scenariosWorried about failure
wisdom_stoic_memento_moriMortality perspectiveNeed clarity on priorities

Cognitive Framework

ToolPurposeUse When
wisdom_cognitive_bias_scanDetect thinking errorsMaking important decisions

Mindfulness Framework

ToolPurposeUse When
wisdom_mindful_pauseCreate space before reactingFeeling rushed or reactive

Strategic Framework

ToolPurposeUse When
wisdom_strategic_timingAssess readiness for actionDeciding when to act
wisdom_strategic_five_ringsAnalyze through five elementsFacing complex challenges

Meta Tools

ToolPurposeUse When
wisdom_clarifySocratic questioningThinking feels unclear
wisdom_groundRecommend best frameworkUnsure which tool to use

Quick Reference

SituationTool
"I'm anxious about the outcome"wisdom_stoic_dichotomy
"What if this fails?"wisdom_stoic_premeditation
"Does this really matter?"wisdom_stoic_memento_mori
"Am I thinking clearly?"wisdom_cognitive_bias_scan
"I need to slow down"wisdom_mindful_pause
"Is now the right time?"wisdom_strategic_timing
"This is complex"wisdom_strategic_five_rings
"What do I actually mean?"wisdom_clarify
"Which framework should I use?"wisdom_ground

Sources

Tools draw from these philosophical traditions:

  • Stoicism: Epictetus, Marcus Aurelius, Seneca
  • Cognitive Science: Daniel Kahneman, Amos Tversky
  • Mindfulness: Thich Nhat Hanh, Viktor Frankl
  • Strategic: Miyamoto Musashi (Book of Five Rings)
  • Socratic: Socrates, Plato

Example Usage

Ask Claude:

  • "Use the dichotomy of control to help me with my job interview anxiety"
  • "Scan my reasoning about this investment for cognitive biases"
  • "Help me decide if now is the right time to launch this product"
  • "I need perspective on whether to take this job offer"

Claude will use the appropriate wisdom tool to provide structured philosophical guidance.

Related

Changelog

See for a history of changes to this project.

Links

License

MIT