home / mcp / wisdom mcp server

Wisdom MCP Server

Provides Stoic, Cognitive, Mindfulness, and Strategic wisdom tools to guide Claude decisions.

Installation
Add the following to your MCP client configuration file.

Configuration

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

You unlock philosophy-grounded thinking tools for Claude to improve decisions, reduce bias, and gain clearer perspectives. This MCP server provides nine distinct thinking tools drawn from Stoic, Cognitive, Mindfulness, and Strategic traditions, each designed to help you step back, examine assumptions, and act with intention.

How to use

You connect to the Wisdom MCP Server from your MCP client and invoke tools by name to guide decisions, manage anxiety, or gain perspective. Start with a tool that matches your current needs, such as a pausing practice to create space before reacting or a bias scan to surface thinking errors. The server will respond with structured guidance grounded in ancient and modern thinking frameworks.

How to install

Prerequisites you’ll need before installation: a working Node.js runtime and npm (Node 14+ is recommended). You will also need network access to install and run packages.

# Install the MCP server globally
npm install -g mcp-wisdom

# Or run it directly with npx
npx mcp-wisdom

Configuration

Configure the MCP server in your Claude integration to allow Claude to reach the Wisdom tools. Use the following local, runtime configuration to register the Wisdom MCP server with Claude Desktop and Claude Code.

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

Examples and usage notes

Quickly access a tool by name to guide a decision or reflection. For instance, ask Claude to apply the Stoic dichotomy to separate what you can control from what you cannot, or request a bias scan to examine your reasoning about a major investment.

Available tools

wisdom_stoic_dichotomy

Separate controllable from uncontrollable to help you identify what you can influence and what you must accept.

wisdom_stoic_premeditation

Visualize worst-case scenarios to build resilience and prepare mentally for potential outcomes.

wisdom_stoic_memento_mori

Shift mortality perspective to clarify priorities and focus on meaningful actions.

wisdom_cognitive_bias_scan

Detect thinking errors in your reasoning to improve decision quality.

wisdom_mindful_pause

Create space before reacting to reduce impulsive responses and improve clarity.

wisdom_strategic_timing

Assess readiness for action to decide when to act rather than react.

wisdom_strategic_five_rings

Analyze a situation through five elements to handle complex challenges.

wisdom_clarify

Socratic questioning to uncover what you actually mean and what you truly want.

wisdom_ground

Recommend the best framework to apply when you’re unsure which tool to use.