Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses.
Overview
A contemplative reasoning tool that helps AI assistants solve complex problems through the Lotus Sutra's wisdom framework. Instead of linear thinking, it guides multi-perspective exploration using five wisdom domains:
- Skillful Means — direct, gradual, and expedient approaches to truth
- Non-Dual Recognition — integrating apparent contradictions
- Meta-Cognitive — the mind examining its own understanding
- Process Flow — natural arcs of opening, engaging, and expressing
- Meditation — pauses that let insight emerge from stillness
Tools: lotuswisdom (contemplative reasoning with 20 thinking tags), lotuswisdom_summary (journey recap)
Best for problems needing multi-faceted understanding, questions holding apparent contradictions, or tasks that benefit from both analytical and intuitive thinking.
Available via npm (npx -y lotus-wisdom-mcp) or as a hosted remote server at https://lotus-wisdom-mcp.linxule.workers.dev/mcp.
Server Config
{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}