MCP Servers
Lotus Wisdom MCP: Contemplative Problem-Solving
Contemplative problem-solving through the Lotus Sutra wisdom framework - created by Xule Lin
Some problems yield only to stillness, not to speed.
Lotus Wisdom MCP is an open-source contemplation tool based on the Lotus Sutra's wisdom framework. It offers a structured approach to problem-solving that combines analytical rigor with intuitive insight.
Info
Created by: Xule Lin, the same person who created Research Memex.
GitHub: linxule/lotus-wisdom-mcp
Version: 0.8.0 | Structured output | MCP prompts | Cloudflare Worker remote | ext-apps visualization
Used in this project: we used Lotus Wisdom to design the Research Memex visual identity during this documentation session. The tool helped us explore concepts from literal lotus flowers to radial bursts, typography, the seahorse mascot, and RM letterforms.
See How We Designed the Visual Identity for a concrete example of the tool in use.
Tip
Part of a larger system: Lotus Wisdom is bundled in the Interpretive Orchestration Plugin for qualitative research workflows. It powers the /qual-wisdom-check command for navigating interpretive paradoxes.
Host support
Two install paths: local npx server or a public cloud instance on Cloudflare Workers.
| Host | Status | How to add |
|---|---|---|
| Claude Code (CLI / Desktop) | Full | claude mcp add lotus-wisdom -- npx -y lotus-wisdom-mcp |
| Codex CLI | Full | codex mcp add lotus-wisdom -- npx -y lotus-wisdom-mcp |
| Antigravity CLI | Adjacent | Configure through documented Antigravity settings/plugin paths; no verified MCP one-liner |
| Claude Desktop (chat) | Full | claude_desktop_config.json |
| Cursor / VS Code | Full | Standard MCP config |
| Cloud instance (any HTTP-streaming client) | Full | https://lotus-wisdom-mcp.linxule.workers.dev/mcp — no install needed |
Per-host config blocks are in Installation & Setup below.
What is Lotus Wisdom?
A contemplative framework that takes AI through structured wisdom domains and tags:
| Domain | Tags | Use |
|---|---|---|
| Entry | begin | Receive the full framework before contemplation starts |
| Skillful Means | upaya, expedient, direct, gradual, sudden | Try different approaches to truth |
| Non-Dual Recognition | recognize, transform, integrate, transcend, embody | Work with apparent contradictions and what is already present |
| Meta-Cognitive | examine, reflect, verify, refine, complete | Watch understanding unfold and refine itself |
| Process Flow | open, engage, express | Move through a natural arc of inquiry |
| Meditation | meditate | Pause so insight can emerge from stillness |
What's new in v0.8.0
Shared core
The local stdio server and hosted Cloudflare Worker now import the same domain logic, tool definitions, prompts, metadata, and ext-app parser from src/shared/. That removes local-vs-remote drift and keeps the MCP server identity consistent.
High-level MCP server
The local entrypoint now uses the SDK's McpServer, matching the Worker implementation. Both lotuswisdom and lotuswisdom_summary return structuredContent validated against outputSchema, and declare safe behavioral annotations such as readOnlyHint and destructiveHint: false.
Prompts and visualization
The server registers two MCP prompts:
contemplate— opens a single-question contemplative session and tells the model to start withtag='begin'.deep-inquiry— starts a longer inquiry that moves deliberately across process, meta-cognitive, non-dual, and meditation domains.
Clients with MCP ext-apps support receive the interactive "Living Trace" visualization. Clients without ext-apps still receive the same text and structured JSON response.
Registry and remote metadata
server.json now advertises the hosted Worker at https://lotus-wisdom-mcp.linxule.workers.dev/mcp, website metadata, icons, and npm package metadata for MCP registry clients. The Worker also advertises icons and website details during initialization.
How it works
The process:
- You give AI a complex problem
- AI starts with
lotuswisdomandtag='begin'to receive the full framework - AI moves through contemplative tags while the tool tracks both tag journey and wisdom-domain movement
- The tool returns text plus
structuredContentfor each step - When status =
WISDOM_READY, AI speaks the insight naturally
The tool processes, you express:
- Tool facilitates the contemplation
- Tracks your path through wisdom domains
- AI crafts final response in their own voice
- Not rigid steps - fluid exploration
Real example: logo design session
The challenge: design a Research Memex logo that's elegant, meaningful, and fun.
How Lotus Wisdom guided us:
Step 1 - open (process_flow):
"Opening to Research Memex visual identity: What does this project truly represent? Bush's memex, human orchestration, academic rigor meets playful exploration..."
Step 2 - examine (meta_cognitive):
"Examining what makes a logo 'true to the message': Research Memex is NOT pure AI automation... Research Memex IS human judgment at center, playful exploration..."
Step 3 - meditate (meditation):
"Sitting with the question: What visual form wants to emerge? [Pause for insight...]"
Step 4 - recognize (non_dual_recognition):
"What emerged from stillness: A lotus with trails... wait, too cliché. What if... the hippocampus... SEAHORSE."
The breakthrough: the meditation pause let the seahorse connection emerge naturally. It was discovered, not forced.
Read the full journey: How We Designed the Visual Identity
Use cases for research
1. Complex theoretical tensions
Problem: you're stuck between competing theoretical frameworks.
Lotus Wisdom approach:
"I'm analyzing the tension between agency theory and stewardship
theory. These seem contradictory but both have evidence.
Help me explore this through wisdom domains."Result: the contemplative process helps you hold both theories without forcing premature resolution. Integration emerges naturally.
2. Methodology design
Problem: choosing between qualitative vs quantitative feels like an either/or trap.
Lotus Wisdom approach:
"I need to design a methodology for studying organizational culture.
Qualitative captures richness, quantitative enables generalization.
I feel stuck choosing. Help me contemplate this."Result: qualitative depth → quantitative breadth → mixed methods as integration, not compromise.
3. When you're genuinely stuck
Problem: you've tried analytical thinking but still feel blocked.
Lotus Wisdom approach:
"I've been trying to crack this research question for weeks.
All my analytical approaches feel forced. Can we open to
what wants to emerge?"Result: the meditation tags create actual pauses. Insights arise from stillness, not grinding.
Why this MCP is different
Most problem-solving tools: linear, analytical, step-by-step logic
Lotus Wisdom: contemplative, multi-faceted, allows for:
- Pauses and meditation
- Backtracking and revision
- Intuitive leaps alongside analytical rigor
- Holding contradictions without forcing resolution
- Wisdom emerging rather than being constructed
Use it for:
- Creative research questions
- Theoretical integration
- Design decisions (such as logos)
- When analytical thinking alone isn't enough
- Problems with inherent paradoxes
Installation & setup
claude mcp add lotus-wisdom -- npx -y lotus-wisdom-mcpVerify with claude mcp list - you should see lotus-wisdom available.
After installation, you'll have access to:
lotuswisdom- Contemplative problem-solving tool with text and structured outputlotuswisdom_summary- Journey summary, including domain movementcontemplateanddeep-inquiry- MCP prompts in clients that expose prompt pickers or slash-command surfaces
The wisdom domains in practice
Entry (begin): Start here to receive the full framework and ground the session.
Skillful Means (upaya, expedient, direct, gradual, sudden): Use when you need different approaches - sometimes direct answers, sometimes gradual unfolding.
Non-Dual Recognition (recognize, transform, integrate, transcend, embody): Use when dealing with apparent contradictions - recognition IS transformation.
Meta-Cognitive (examine, reflect, verify, refine, complete): Use when you need the AI to watch its own thinking unfold.
Process Flow (open, engage, express): Use for natural inquiry arcs - opening → exploration → expression.
Meditation (meditate): Use when you need actual pauses - the tool creates space, insights emerge from stillness.
Distribution
- License: MIT (open source)
- Package:
lotus-wisdom-mcpon npm - Remote:
https://lotus-wisdom-mcp.linxule.workers.dev/mcp - Current version: 0.8.0
- Creator: Xule Lin 林徐乐
Resources:
- Smithery: Install for any AI client
- GitHub: linxule/lotus-wisdom-mcp
- Example: Logo design journey
Tip
Meta-Moment: This MCP server was created by the same person who created Research Memex. We used it to design the seahorse logo. Now we're documenting it. The tool helped create the project that documents the tool.
Lotus Wisdom + Sequential Thinking
These two MCPs complement each other beautifully:
Sequential Thinking:
- Structured, analytical, step-by-step
- "Show your work" reasoning
- Systematic breakdown
Lotus Wisdom:
- Contemplative, multi-faceted, intuitive
- Pauses for emergence
- Holds contradictions
Use both:
- Sequential Thinking for rigorous analysis
- Lotus Wisdom when you're stuck or need creative breakthrough
- Alternate between them in complex projects.