home / mcp / wisdom mcp server
Provides Stoic, Cognitive, Mindfulness, and Strategic wisdom tools to guide Claude decisions.
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.
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.
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-wisdomConfigure 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"]
}
}
}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.
Separate controllable from uncontrollable to help you identify what you can influence and what you must accept.
Visualize worst-case scenarios to build resilience and prepare mentally for potential outcomes.
Shift mortality perspective to clarify priorities and focus on meaningful actions.
Detect thinking errors in your reasoning to improve decision quality.
Create space before reacting to reduce impulsive responses and improve clarity.
Assess readiness for action to decide when to act rather than react.
Analyze a situation through five elements to handle complex challenges.
Socratic questioning to uncover what you actually mean and what you truly want.
Recommend the best framework to apply when you’re unsure which tool to use.