UNPKG

@lanonasis/cli

Version:

Professional CLI for LanOnasis Memory as a Service (MaaS) with MCP support, seamless inline editing, and enterprise-grade security

21 lines (20 loc) 472 B
#!/usr/bin/env node /** * Lanonasis MCP Server Entry Point * * Direct entry point for external MCP clients (Claude Desktop, Cursor, Windsurf, etc.) * This allows simple configuration like: * * claude mcp add lanonasis -- lanonasis-mcp * * Or in claude_desktop_config.json: * { * "mcpServers": { * "lanonasis": { * "command": "lanonasis-mcp", * "env": { "LANONASIS_API_KEY": "lano_xxx" } * } * } * } */ export {};