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 an LLM through sequential problem-solving steps by recommending appropriate MCP tools, managing thought history, and supporting revisions/branches.
mcpc
Build agentic Model Context Protocol (MCP) servers by composing existing MCP tools to create sophisticated AI agents capable of complex tasks.
mcp_cafe
Simulates technical discussions with various AI agent personalities to aid in problem-solving and brainstorming.
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.