MCP Catalogs
Homelotus-wisdom-mcp screenshot

lotus-wisdom-mcp

by linxule·27·Score 44

An MCP server implementing the Lotus Sutra wisdom framework for contemplative problem-solving with interactive visualization.

ai-llmproductivityother
6
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The Lotus Wisdom MCP server provides a structured approach to problem-solving inspired by Buddhist philosophy, combining analytical and intuitive thinking methods. It implements a multi-step contemplation process with various wisdom domains that help users explore complex questions from multiple perspectives. The server includes beautiful visualization features, with colored symbols and tracking of both tag journeys and wisdom domain movements. It offers meditation pauses to allow insights to emerge naturally, ultimately integrating them into a cohesive response.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Resolving complex philosophical questions with apparent contradictions
you:Breaking down multi-faceted problems requiring both analytical and intuitive approaches
you:Providing meditative pauses during problem-solving to foster insight
you:What is the Lotus Wisdom framework?
you:How does the visualization work?

When to choose this

Choose this server for contemplative problem-solving that benefits from a structured, multi-faceted approach inspired by eastern wisdom traditions, especially when you need both analytical thinking and intuitive insights.

When NOT to choose this

Don't choose this if you need quick, straightforward solutions without the contemplative process, or if you prefer a more direct, linear approach to problem-solving.

Tools this server exposes

2 tools extracted from the README
  • lotuswisdom

    A tool for problem-solving using the Lotus Sutra's wisdom framework with various approaches to understanding.

  • lotuswisdom_summary

    Get a summary of the current contemplative journey including journey length and domain movements.

Comparable tools

tree-of-thoughts-mcpzen-mind-mcpreflective-thinking-tool

Installation

Installation

Install via [Smithery](https://smithery.ai/server/lotus-wisdom-mcp) for one-click setup, or follow the manual instructions below.

Claude Desktop

Add to your claude_desktop_config.json:

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

Remote (hosted)

A public instance is available at https://lotus-wisdom-mcp.linxule.workers.dev/mcp. No API key needed.

For stdio-only clients, use:

{
  "mcpServers": {
    "lotus-wisdom": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"]
    }
  }
}

FAQ

What is the Lotus Wisdom framework?
The Lotus Wisdom framework is a problem-solving approach inspired by the Lotus Sutra Buddhist text, using various wisdom domains to explore questions from multiple perspectives, including analytical thinking, intuitive insight, and meditative contemplation.
How does the visualization work?
In MCP clients supporting ext-apps (like Claude Desktop and ChatGPT), the tool renders an interactive 'Living Trace' visualization with colored SVG circles representing different wisdom domains, showing the journey of contemplation through the problem-solving process.

Compare lotus-wisdom-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.