Skip to content
dukter edited this page Nov 7, 2025 · 3 revisions

memai β€” AI Context Builder

memai (memory AI) is a tool for creating structured context when working with AI agents. Instead of repeatedly explaining your preferences, work style, and requirements to an agent, you create a reusable configuration in JSON/YAML format.

🎯 Why Do You Need This?

  • Consistency: AI agent always remembers your preferences and work style
  • Efficiency: No need to repeat the same instructions in every chat
  • Control: Explicit context structure instead of implicit prompts
  • Reusability: One configuration for different AI systems (Claude, GPT, Gemini)

πŸ“š Documentation

Basics

Architecture

Development

πŸš€ Quick Start

  1. Open memai web-ui
  2. Fill in configuration sections:
    • Profile β€” your role, language, technologies
    • Communication β€” communication style with AI
    • Problem Solving β€” approach to solving problems
    • Priorities β€” what matters in your work
    • Constraints β€” limitations and rules
    • Response Preferences β€” how AI should respond
    • Misalignment Log β€” common AI mistakes
  3. Click Export and download configuration (JSON/YAML)
  4. Attach the file to your chat with AI agent

πŸ”— Useful Links

πŸ“ Notes

Project is under active development. Current version:

  • Phase 1 (Complete): Local Storage, JSON Schema Validation
  • Phase 2 (In Progress): FastAPI Backend
  • Phase 3 (Planned): Frontend Integration
  • Phase 4 (Planned): WebSocket Real-time Updates

For contributors: see Development Setup and Project Structure