Alaya Memory Engine

by SecurityRonin

275 downloads
Not rated
GitHub

About

A local memory engine for AI agents. Stores conversation episodes, consolidates knowledge through a neuroscience-inspired lifecycle, and builds a personal knowledge graph with emergent categories, preferences, and semantic recall. Local SQLite, zero config, 10 MCP tools.

Details

Author
SecurityRonin
Downloads
275
Categories
Knowledge Base, AI

- Stores conversation episodes for long-term memory
- Consolidates knowledge via strengthening, transformation, and forgetting
- Builds a personal knowledge graph from interactions
- Discovers emergent categories, preferences, and semantic recall
- Runs fully local with SQLite and no external configuration
- Provides 10 dedicated MCP tools for memory management

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Alaya Memory Engine
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via npx alaya-memory-engine (zero configuration required) and configure your MCP client to connect to it. The server exposes 10 MCP tools: remember, recall, learn, status, knowledge, preferences, categories, neighbors, maintain, and purge.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "alaya memory engine": {
            "alaya": {
                "command": "npx",
                "args": [
                    "-y",
                    "alaya-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "alaya": {
        "command": "npx",
        "args": [
            "-y",
            "alaya-mcp"
        ]
    }
}

A local memory engine for AI agents. Stores conversation episodes, consolidates knowledge through a neuroscience-inspired lifecycle (strengthening, transformation, forgetting), and builds a personal knowledge graph with emergent categories, preferences, and semantic recall.

10 MCP tools: remember, recall, learn, status, knowledge, preferences, categories, neighbors, maintain, purge.

Local SQLite, zero config. Install: npx alaya-mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.