Modules
MoLOS is built on a modular architecture with production-ready modules that work together.
Core Modules
Tasks Module
Comprehensive task and project management with:
- Areas, Projects, and Tasks hierarchy
- Task dependencies and workflow states
- Comments and attachments
- Daily logs and mood tracking
Markdown Module
Document management and note-taking with:
- Hierarchical pages with version history
- Quick Notes with labels and checklists
- Full-text search
LLM Council Module
Multi-AI consultation with:
- Query multiple AI models simultaneously
- 3-stage deliberation process
- Persona management
Module Features
MCP Integration
All modules expose their functionality through the Model Context Protocol (MCP), allowing:
- Direct AI agent access to your data
- Seamless integration with Claude, ChatGPT, and other AI tools
- Type-safe API endpoints
Data Privacy
- Local-first: Your data stays on your infrastructure
- Self-hosted: Complete control over your information
- No cloud dependencies: Works offline without external services
Extensibility
- Plugin architecture: Add new modules easily
- API-first: Build custom integrations
- Type-safe: Full TypeScript support
Using Modules
Quick Start
- Navigate to the Modules section in your dashboard
- Browse available modules and their features
- All modules are pre-installed and ready to use
Module Development
Want to build your own module? Check out our Module Development Guide to:
- Set up your development environment
- Understand the module architecture
- Create your first custom module
- Integrate with the MCP protocol