Alma by Olivares.AI logo
Freemium 5.0 / 5 Updated 1w ago

Alma by Olivares.AI

Give your AI persistent memory, identity, and a soul

Curated by aiseekertools.com editorial team · Verified

About Alma by Olivares.AI

Alma by Olivares.AI — Alma is a cognitive memory and identity engine for AI conversations. Instead of starting every chat from scratch, Alma automatically extracts facts (Memories), conversation summaries (Episodes), and learned behavioral patterns (Procedures) from your conversations. A 12-block Soul Engine defines your AI's identity — worldview, communication style, anti-patterns, and behavioral boundaries — and assembles personalized context for every conversation in milliseconds. Three memory types: semantic facts scored by importance and confidence, conversation episode summaries tagged with topics and outcomes, and behavioral procedures learned automatically. Hybrid search combines keyword matching with semantic embeddings for precise recall. Available as web app, MCP server (21 tools, 9 resources for Claude Desktop/Cursor/Windsurf), VSCode extension, and full REST API (200+ endpoints). Powered by Anthropic Claude (3 models). 15 languages. BYOK support. AES-256-GCM encryption. TOTP 2FA. OAuth (Google + GitHub). Full GDPR data export and deletion. Free tier: 500 memories, 50 episodes, Claude Haiku — no credit card, no time limit. Pro $19/mo. Advanced $49/mo. Ultimate $149/mo. Key Features Persistent Memory (memories, Episodes, Procedures) Soul Engine (12+ Identity Blocks) Automatic Knowledge Extraction From Conversations MCP Server (21 Tools, 9 Resources) Full Rest API (200+ Endpoints) Vscode Extension Voice Input (stt) And Text-to-speech (tts) AI Image Generation (flux Pro + Leonardo AI) Document Generation (docx, xlsx, pptx, md, txt, html, svg) BYOK Support (anthropic, Replicate, Leonardo API Keys) Hybrid Search (keyword + Semantic Embeddings) 9 AI Agent Tools (web Search, Deep Research, Canvas, Documents) 15-language Localization AES-256-GCM Encryption + TOTP 2FA + OAuth Full Data Export/import (.alma Format) Conversation Folders And Tags Context Environments (work/personal Separation) Give your AI a soul Alma is a persistent memory layer for AI. Your conversations build knowledge over time — preferences, facts, decisions, patterns. Every interaction makes your AI smarter, more personal, more yours. 01 — Process How it works 1 Choose your path Use Alma the way that fits you best. Web App Recommended Sign up and start chatting instantly. No downloads, no setup. Extensions VSCode and browser to integrate Alma into your workflow. API / MCP For developers. Full REST API and MCP server. 2 Converse Chat naturally. Alma extracts memories, facts, and preferences automatically. 3 Evolve Every conversation enriches your AI's understanding. It grows with you. 02 — Features Everything your AI needs to remember A complete memory system — not just a vector store. Alma understands context, personality, and learned behavior. Persistent Memory Your AI remembers facts, preferences, decisions, and patterns across every conversation. Context Assembly Automatically assembles the right context for each interaction. No manual prompt engineering. Soul Engine v2 Define identity, worldview, style guide, anti-patterns, and communication modes. Not just personality — a complete cognitive framework. Environments Separate memories by context — work, personal, projects. Each with its own soul. Image Studio & Voice Dedicated Image Studio with AI art generation (Flux Pro, Leonardo AI). Voice chat with speech-to-text and text-to-speech. File uploads with AI vision analysis. Developer-First Full REST API, VSCode extension, and MCP server out of the box. Export Anything Export conversations to PDF, DOCX, HTML. Memories to XLSX. Full GDPR data dumps. Smart Search Keyword, semantic, or hybrid search across all your memories with date and category filters. Bring Your Own Keys Use your own API keys for Anthropic, Replicate, and Leonardo AI. Full control over costs and model selection. 03 — Integrations Works with your favorite tools Web App Chat with memory — No setup MCP Server Claude Desktop & Cursor VSCode IDE extension Image Studio Flux Pro & Leonardo AI JavaScript SDK Node.js & TypeScript REST API 140+ endpoints 04 — Pricing Simple, transparent pricing Start free. Upgrade when you need more memory and power. Product Overview The Complete Memory Layer for AI Alma is a persistent memory system that transforms stateless AI into a genuine collaborator. It captures facts, summarizes conversations, and learns behavioral patterns — building a cognitive profile that grows with every interaction. Your AI stops forgetting and starts understanding. 3-Layer Memory Architecture Memories facts, preferences, decisions Episodes summaries, context, threads Procedures patterns, triggers, workflows. 01 — Architecture Three layers of understanding Alma's memory system mirrors how humans process and retain information — through facts, experiences, and learned behaviors. 1 Memories Discrete facts about the user — preferences, decisions, technical context, personal details. Each memory is semantically indexed and retrievable by relevance. User prefers TypeScript over JavaScript Project uses PostgreSQL 16 Prefers concise explanations 2 Episodes Compressed summaries of conversations and interactions. Episodes capture the arc of a discussion — what was decided, what changed, what matters. Debugged auth middleware issue Designed new database schema Reviewed API architecture decisions 3 Procedures Learned behavioral patterns and workflows. Procedures define when and how the AI should act — from communication style to complex multi-step processes. When reviewing code, check error handling first Use bullet points for technical explanations Always suggest tests for new functions Soul Engine & Context Assembly All three layers feed into the Soul Engine, which assembles the optimal context for every interaction. It selects the most relevant memories, recent episodes, and applicable procedures — then renders them into a structured system prompt that gives the AI deep understanding of who you are and what you need. 02 — Capabilities Everything you need for persistent AI A complete platform for building AI that remembers, learns, and adapts to every user. Persistent Memory Every fact, preference, and decision is stored and recalled across sessions. No more repeating yourself. The AI remembers what matters to you. Context Assembly Automatically builds the right context for every conversation. Relevant memories, recent episodes, and learned procedures — assembled in milliseconds. Soul Engine v2 A complete cognitive framework that defines how the AI thinks, responds, and grows. Personality, guidelines, and behavioral patterns — all configurable. Multi-Model Support 3 intelligence tiers powered exclusively by Anthropic's Claude models. Free plans include Normal (Claude Haiku). Paid plans add Advanced (Claude Sonnet) and Complex (Claude Opus). Switch freely without losing context or memory continuity. Multi-Modal Dedicated Image Studio with Flux Pro and Leonardo AI. Voice chat with speech-to-text and text-to-speech. File uploads with AI vision analysis. Document generation (DOCX, XLSX, PPTX). All with persistent memory. Background Processing Learns while you chat. Memories are extracted, episodes are summarized, and procedures are refined — all happening seamlessly in the background. 03 — Technical How it works Four steps from zero to a fully memory-aware AI. Integrate in minutes, not weeks. 1 Connect Generate an API key in your dashboard settings. # Generate an API key in Settings → API Keys # Then authenticate with Bearer token curl https://alma.olivares.ai/api/v1/me \ -H "Authorization: Bearer YOUR_API_KEY" 2 Assemble Context Build the perfect context for any conversation with a single API call. # Assemble relevant context for any query curl -X POST https://alma.olivares.ai/api/v1/context/assemble \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "query": "Help me refactor the auth module" }' # Returns: memories, episodes, procedures # ranked by semantic relevance 3 Chat with Memory Send messages through Alma and get responses enriched with full memory context. # Send a message with full memory context curl -X POST https://alma.olivares.ai/api/v1/chat \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "message": "What approach should we take?", "model": "claude-sonnet" }' # The AI knows your preferences, your project # context, and your history. 4 Background Learning After each conversation, Alma automatically extracts and stores new knowledge. # This happens automatically after each chat: # 1. New facts are extracted as memories # → "User decided to use JWT for auth" # 2. The conversation is summarized as an episode # → "Discussed auth refactoring approach" # 3. Behavioral patterns are updated # → "When discussing architecture, provide # trade-offs and alternatives" 04 — Platform Integrate everywhere Alma meets you where you work. REST API, IDE plugins, MCP server — one memory layer, every surface. REST API Full CRUD access to memories, episodes, context, and chat MCP Server Model Context Protocol for Claude Desktop and IDE tools VSCode Extension Persistent coding context directly in your editor JavaScript SDK Type-safe Node.js & TypeScript client 05 — Models Your choice of intelligence 3 intelligence tiers powered exclusively by Anthropic's Claude models. Free plans get 1 tier (Normal / Claude Haiku); paid plans get all 3 (Normal, Advanced, Complex). Switch freely without losing memory or context. Tier Free Pro+ Normal Claude Haiku 4.5 (Anthropic) Claude Haiku 4.5 (Anthropic) Advanced — Claude Sonnet 4.6 (Anthropic) Complex — Claude Opus 4.6 (Anthropic) Start building with persistent memory Give your AI the ability to remember, learn, and grow. Free to start, scales with you.

Top use cases

  • Personal AI assistant that actually remembers you — no more repeating context every conversation
  • Software development companion with persistent project context, code review patterns, and debugging workflows
  • Writing partner that learns your voice, style preferences, and avoids phrases you hate
  • Product management copilot for specs, prioritization frameworks, and decision tracking
  • Research assistant with evidence-based reasoning, confidence levels, and structured analysis
  • Team knowledge base — share Soul configurations and Knowledge Vaults across members
  • Multi-project workspace — separate AI contexts per client, product, or initiative
  • Decision journal — automatic extraction and timeline view of key decisions from conversations
  • Developer tool integration — access Alma's memory from VSCode, terminal (MCP), or custom apps via SDK

Built for

Full-Stack DevelopersProduct ManagersContent CreatorsAI Power UsersSoftware EngineersData Privacy Conscious Users

Key features

  • Persistent Memory — Alma remembers facts, preferences, decisions, and patterns across all conversations automatically
  • Soul Engine — 12-block personality system (identity, rules, worldview, style guide, anti-patterns, tensions, communication modes, examples) fully customizable by the user
  • Memory Scoring — 4-factor ranking (relevance 40%, importance 30%, recency 20%, frequency 10%) with vector search and deduplication
  • Extended Thinking — See Alma's reasoning chain in real time with collapsible thinking blocks
  • Knowledge Vaults — Pre-built domain expertise packages (Developer, Writer, PM, Researcher, Entrepreneur) installable in one click
  • Environments (Projects) — Separate memory spaces with their own documents, procedures, and context per project
  • Document Uploads — Attach files to Environments for AI-powered context assembly and summaries
  • LaTeX & Mermaid Rendering — Mathematical formulas and diagrams rendered natively in chat
  • Artifacts & Canvas — Interactive code/HTML/SVG preview with live editing, tabs, and download
  • Multi-language — Full UI in 15 languages (EN, ES, FR, DE, IT, PT, NL, RU, AR, ZH, JA, KO, HI, TR, UK)
  • MCP Server + VSCode Extension + JavaScript SDK — Use Alma's memory from any IDE or app
  • Anti-patterns System — Define what Alma should NEVER do, enforced in every response
  • Procedures — Learned workflows triggered automatically by context (e.g. "when debugging, ask clarifying questions first")
  • Privacy-first — No training on your data, GDPR compliant, built on Cloudflare Workers

Pros & cons

Pros

  • Automatic and structured memory extraction
  • Robust developer tools (MCP, API, VSCode)
  • Strong privacy with encrypted data and clear export options
  • Flexible AI model tiers (Claude family)
  • BYOK (Bring Your Own Key) support for power users

Cons

  • Free plan is limited to 500 memories and 50 queries per day
  • Advanced features like API and MCP require a high-tier subscription
  • Image Studio and Voice chat are restricted to paid plans

Pricing

Pro

19$/ month

20x more capacity than Free

Advanced

49$/ month

5x more capacity than Pro

Ultimate

149$/ month

3x more capacity than Advanced

Ultimate Max

249$/ month

6x more capacity than Advanced

Company information

  • Alma by Olivares.AI Support Email & Customer service contact & Refund contact etc. Here is the Alma by Olivares.AI support email for customer service: [email protected] . More Contact, visit the contact us page(https://olivares.ai/contact)
  • Alma by Olivares.AI Company Alma by Olivares.AI Company name: OlivaresAI . Alma by Olivares.AI Company address: . More about Alma by Olivares.AI, Please visit the about us page() .
  • Alma by Olivares.AI Login Alma by Olivares.AI Login Link: https://alma.olivares.ai/login
  • Alma by Olivares.AI Sign up Alma by Olivares.AI Sign up Link: https://alma.olivares.ai/register
  • Alma by Olivares.AI Github Alma by Olivares.AI Github Link: https://github.com/olivaresai/alma

Frequently asked questions

What is Alma?

Alma is an AI assistant with persistent memory. It remembers your preferences, decisions, and working patterns across conversations — so your AI stops starting from zero every session.

How does Alma work to improve an AI's cognitive capacity?

Alma improves an AI's cognitive capacity by allowing it to learn continuously from every conversation. It captures information exchanged during interactions and stores this in a persistent memory layer. Over time, this information enhances the AI's understanding by recognizing patterns, preferences, facts, and decisions, making the AI smarter and more personalized to the user's needs.

Can you explain the concept of persistent memory learning in Alma?

In the context of Alma, persistent memory learning involves extracting and using information from each interaction. This data represents preferences, facts, decisions, and patterns, which are stored persistently in Alma's memory. As a result, the AI becomes smarter, more personalized, and evolves to better understand the user's needs through consecutive interactions.

Which interfaces does Alma support?

Alma supports a broad range of interfaces such as a Web app, a VSCode extension, an MCP server, and a full REST API.

How does Alma enhance the AI's personalization capabilities?

Alma enhances the AI's personalization capabilities by continuously learning from user interactions. It captures and uses the information gained during conversations to evolve the AI. More specifically, Alma assimilates user's preferences, facts, decisions, and patterns, allowing the AI to provide a personalized and user-oriented service.

Can you explain the functionality of Context Assembly in Alma?

The Context Assembly feature in Alma automatically collates the appropriate context for each dialogue. It helps in defining the relevancy of each interaction and aids the conversation by sourcing the right context.

What is the use of Alma's Soul Engine v2?

Alma's Soul Engine v2 forms a comprehensive cognitive framework for AI. It consists of elements like identity, worldview, style guide, and anti-patterns. All these enrich the AI's 'soul', providing it with a distinct personality and behaviour.

Can Alma segregate memories based on contexts?

Yes, Alma has the capability to segregate memories based on varied contexts such as work-related or personal. This helps in better organization and retrieval of relevant memories in context-specific situations.

How can Alma integrate with AI art generation tools like Flux Pro and Leonardo AI?

Alma supports integration with AI art generation tools like Flux Pro and Leonardo AI. While the exact process is not detailed, this integration allows enhanced graphical interaction and artwork generation as part of AI-enhanced services.

Can I conduct voice chats using Alma? What capabilities does it offer for this?

Yes, Alma offers voice chat capabilities with speech to text (STT) and text to speech (TTS) features, making conversations with the AI more natural and interactive.

Which developer tools does Alma offer?

Alma offers a variety of developer-centric tools including a full REST API, a VSCode extension, and an out-of-the-box MCP server. It also supports integration with developer-friendly AI systems like Anthropic and Replicate.

Can Alma export conversations to different formats? Which ones?

Yes, Alma allows for exporting conversations in different formats including PDF, DOCX, and HTML. In addition, captured memory data can be exported to XLSX.

How does the search functionality work in Alma?

Alma offers robust search functionality which can be based on keywords, semantics, or a hybrid approach. This allows for a comprehensive scan across stored memories, enhancing the ability to quickly retrieve relevant information as needed.

What information does Alma use from a conversation to enhance an AI's cognitive abilities?

Alma uses information from every conversation - specifically preferences, facts, decisions, and patterns - to increase the AI's cognitive abilities. This helps the AI evolve and provide a more tailored and user-oriented service.

How does every interaction make the AI smarter in Alma?

Every interaction with the AI through Alma contributes to its learning. The information from the conversations is stored in persistent memory. As these interactions accumulate over time, the AI recognizes the stored patterns, preferences, facts, and decisions. This increases the AI's understanding, making it smarter and more personalized to the user's needs.

Does Alma support integration with other AI systems?

Yes, Alma supports integration with other AI systems and offers tools for developers. In particular, it allows use of personal API keys for systems like Anthropic, Replicate, and Leonardo AI.

How does the 'Bring Your Own Keys' feature in Alma work?

In Alma, the 'Bring Your Own Keys' feature allows users to utilize their personal API keys with external artificial intelligence systems such as Anthropic, Replicate, and Leonardo AI.

Can Alma assimilate facts and decisions from conversations?

Yes, Alma can assimilate and learn from facts and decisions made in conversations. Information captured from every dialogue is stored in a persistent memory layer, and this continually enriches the AI's processing, thereby personalizing it more towards the user's preferences with each interaction.

Can Alma be used with a web app or VSCode extension?

Yes, Alma can be used either through a web application or via the Visual Studio Code (VSCode) extension, providing versatile integration options to best suit user preferences.

What is the pricing model for Alma?

Alma offers a variety of pricing tiers: Free ($0) for 500 memories, 50 episodes, 1 AI tier; Pro ($19/mo) for 10,000 memories, 3 AI tiers, voice & images; Advanced ($49/mo) for 50,000 memories, API & MCP access, 'Bring Your Own Key' functionality; Ultimate ($149/mo) for unlimited memories & episodes and dedicated support; and Ultimate Max ($249/mo) which doubles the weekly AI budget and offers maximum capacity.

Browse all
VidIQ logo
5.0Paid 4.8M/mo

VidIQ is a SaaS platform that helps YouTube creators grow their audience using AI-powered tools.

YouTube SEOKeyword researchVideo analytics
Visit
Digital Friend AI logo
5.0Paid 2.9M/mo

Create a unique AI digital friend for personalized chats on any topic.

AI friendAI chatbotPersonalized AI
Visit
Sponsored
文心一言 logo
5.0Paid 2.8M/mo

文心一言 is an AI assistant for chatting, answering questions, and helping with work and study.

AIAI大模型AI写作
Visit
ProWritingAid logo
5.0Freemium 1.9M/mo

A writing tool that combines grammar check, style editing, and writing mentorship.

Grammar checkerStyle editorWriting assistant
Visit
RedQuill logo
5.0Freemium 1.7M/mo

Free AI spicy stories generator with diverse categories and community features.

AI story generatorSpicy storiesErotic fiction
Visit

Explore similar categories

aiseekertools.com

A curated directory helping 120K+ builders discover the best AI tools every day.

© 2026 aiseekertools.com · All rights reserved.

AI Tools Directory · Best AI Tools 2026 · Free AI Tools · AI Tool Finder · Generative AI Directory · AI Image Generator · AI Video Generator · AI Writing Assistant · AI Code Assistant · AI SEO Tools · AI Chatbots · AI for Marketers · AI for Designers · AI for Developers · AI Productivity Tools · Compare AI Products · Curated AI Apps · ChatGPT Alternatives · Midjourney Alternatives · Discover AI Tools.