LanOnasis Memory Service Documentation
Welcome to the official documentation for LanOnasis Memory-as-a-Service (MaaS) platform - your intelligent memory management solution with AI-powered insights and seamless IDE integration.
🚀 What is LanOnasis?
LanOnasis is an enterprise-grade Memory-as-a-Service (MaaS) platform that provides:
- 🧠 Intelligent Memory Management - Advanced vector storage, retrieval, and AI-powered insights
- 🔒 Enterprise Security - SOC 2 compliant with OAuth 2.0, end-to-end encryption, and OS-level credential storage
- ⚡ Real-time Sync - Live memory synchronization via SSE and WebSocket
- 🤖 MCP Integration - Full Model Context Protocol support for AI assistants and IDEs
- 💻 Web IDE Support - Native extensions for VSCode Desktop, VSCode Web (vscode.dev), and GitHub.dev
- 📊 Analytics & Insights - Pattern analysis, duplicate detection, and usage metrics
- 🛠️ Developer Friendly - SDKs for TypeScript/JavaScript, CLI tools, and REST API
- 🚀 Production Ready - Scale from prototype to enterprise with 99.9% uptime SLA
What's New in 2026 Q1
✨ Major Updates:
- Web IDE Extensions: Now available on vscode.dev and github.dev
- Memory Intelligence: AI-powered tag suggestions, duplicate detection, and insight extraction
- Behavior Operations: Record, recall, and suggest workflow patterns
- OAuth 2.0 with PKCE: Enhanced security with browser-based authentication
- CLI v3.9.8: Revolutionary UX with inline editing and intelligent MCP connection
- Enhanced MCP: New production endpoint at
https://mcp.lanonasis.com
Quick Start
Get started with LanOnasis in minutes:
1. Install the CLI (Recommended)
# Global installation
npm install -g @lanonasis/cli
# Verify installation
onasis --version
2. Authenticate
# Interactive OAuth (recommended)
onasis auth login
# Or use vendor key for automation
onasis auth login --vendor-key <your-key>
# Check status with live API verification
onasis auth status
# View your profile
onasis whoami
3. Create Your First Memory
# Interactive creation with inline editor
onasis memory create --inline
# Or create with JSON
onasis memory create --json '{"title":"My Memory","content":"Hello World!","type":"knowledge"}'
# Or create from file
onasis memory create --content-file ./notes.md
4. Search Memories
# Semantic search
onasis memory search "meeting notes"
# With filters
onasis memory search "project decisions" --type "context" --limit 10
5. Connect Your IDE
VSCode Desktop:
- Install "LanOnasis Memory Assistant" from Extensions Marketplace
- Run
Lanonasis: Authenticate - Start using with
Ctrl+Shift+Mto search memories
VSCode Web (vscode.dev / github.dev): ✨ NEW
- Open your workspace in vscode.dev or github.dev
- Install "LanOnasis Memory Assistant" extension
- Authenticate with OAuth
- Enjoy synchronized context across all devices!
Core Features
🧠 Memory Intelligence
AI-powered operations to enhance your memory management:
# Suggest tags for content
onasis memory intelligence suggest-tags --file ./notes.md
# Find related memories
onasis memory intelligence find-related "deployment process"
# Detect duplicates
onasis memory intelligence detect-duplicates
# Extract insights
onasis memory intelligence extract-insights --memory-ids mem_123,mem_456
# Analyze patterns
onasis memory intelligence analyze-patterns --time-range "last-30-days"
🔄 Behavior Operations
Record and recall workflow patterns:
# Record workflow context
onasis memory behavior record --action "code-review" --context '{"pr":"#123"}'
# Recall similar patterns
onasis memory behavior recall "code review"
# Get action suggestions
onasis memory behavior suggest --current-context '{"file":"src/index.ts"}'
💻 IDE Integration
Available on:
- ✅ VSCode Desktop
- ✅ VSCode Web (vscode.dev)
- ✅ GitHub.dev (git.dev)
- ✅ Cursor
- ✅ Windsurf
Features:
- Semantic search with
Ctrl+Shift+M - Create from selection with
Ctrl+Shift+Alt+M - API key management with
Ctrl+Shift+K - Chat participant integration
- Real-time sync across devices
🤖 MCP Integration
Full Model Context Protocol support:
Production Endpoint:
- Base URL:
https://mcp.lanonasis.com - SSE:
https://mcp.lanonasis.com/sse - WebSocket:
wss://mcp.lanonasis.com/ws
Available Tools:
- Memory operations (create, search, update, delete)
- Memory intelligence (health, tags, related, duplicates, insights, patterns)
- Behavior operations (record, recall, suggest)
- API key management (create, list, rotate, revoke)
- Session management (save, get)
- System tools (health, stats, topics, get-me)
🔐 Enhanced Security
OAuth 2.0 with PKCE:
- Browser-based secure authentication
- Automatic token refresh
- OS-level credential storage (Keychain, Credential Manager)
Live Verification:
# Check auth status with real API probe
onasis auth status
# View full user profile
onasis whoami
Explore the Documentation
📚 Getting Started
Learn the basics and set up your first project
Production Endpoints
| Service | URL |
|---|---|
| API Gateway | https://api.lanonasis.com |
| MCP Server | https://mcp.lanonasis.com |
| MCP SSE | https://mcp.lanonasis.com/sse |
| MCP WebSocket | wss://mcp.lanonasis.com/ws |
| Auth Gateway | https://auth.lanonasis.com |
| Dashboard | https://dashboard.lanonasis.com |
| Documentation | https://docs.lanonasis.com |
Need Help?
- 📖 Browse our comprehensive guides
- 🐛 Report issues on GitHub
- 💬 Join community discussions
- 📧 Contact support at support@lanonasis.com
- 🏢 Enterprise inquiries: enterprise@lanonasis.com
Quick Reference
CLI Commands
# Authentication
onasis auth login # Authenticate with OAuth
onasis auth status # Check status with live API probe
onasis whoami # View user profile
# Memory operations
onasis memory create --inline # Create with inline editor
onasis memory search "query" # Semantic search
onasis memory save-session # Save development context
# Intelligence
onasis memory intelligence suggest-tags --file ./notes.md
onasis memory intelligence find-related "query"
# MCP
onasis mcp connect # Connect to MCP server
onasis mcp-server start # Start local MCP server
SDK Installation
# Memory Client (Recommended)
npm install @lanonasis/memory-client
# CLI Tool
npm install -g @lanonasis/cli
Built with ❤️ by the LanOnasis team. Self-hosted and secure.
Last updated: February 25, 2026