# Lotus Wisdom

Lotus Wisdom is a contemplative reasoning tool inspired by the Lotus Sutra. It guides AI through structured wisdom journeys for complex problems where logic alone isn't enough. Flow through wisdom do…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add linxule/lotus-wisdom-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list linxule/lotus-wisdom-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get linxule/lotus-wisdom-mcp lotuswisdom

# Call a tool
npx -y @smithery/cli@latest tool call linxule/lotus-wisdom-mcp lotuswisdom '{}'
```

## Direct MCP Connection

Endpoint: `https://lotus-wisdom-mcp--linxule.run.tools`

## Tools (2)

- `lotuswisdom` — Contemplative reasoning tool. Use for complex problems needing multi-perspective understanding, contradictions requirin…
- `lotuswisdom_summary` — Get a summary of the current contemplative journey

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get linxule/lotus-wisdom-mcp <tool-name>
```

## Resources

- `ui://lotuswisdom/journey.html` — Interactive visualization of the contemplative journey
