lotus-wisdom-mcp
Verified Safeby linxule
Overview
This MCP server provides a tool for multi-faceted problem-solving and contemplative reasoning, using a wisdom framework inspired by the Lotus Sutra to guide AI agents in structured thinking and insight generation.
Installation
npx -y @smithery/server-linxule-lotus-wisdom-mcpEnvironment Variables
- LOTUS_DEBUG
- PORT
Security Notes
The codebase appears generally secure. Input validation is present for tool arguments. The 'content' parameter is logged to console output, which is generally safe, but should be noted as it can contain user-provided text. No 'eval' or direct arbitrary code execution, hardcoded secrets, or explicit network vulnerabilities were identified. The use of 'chalk' for console output is harmless. Session management for HTTP transport uses `randomUUID` for session IDs.
Similar Servers
mcp-sequentialthinking-tools
Guides LLM-driven sequential problem-solving by breaking down complex problems into manageable steps and providing confidence-scored recommendations for MCP tool usage at each stage.
deliberate-thinking
Enables AI assistants to engage in dynamic, structured, and revisable problem-solving through sequential thoughts.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.
Stochastic-Thinking-MCP-Server
Provides an AI assistant with advanced stochastic algorithms for probabilistic decision-making, helping to break out of 'local thinking' patterns.