MCP Directory

SecurityRonin/alaya

GitHub
Productivity

Neuroscience-inspired memory engine for AI agents. Stores episodes, consolidates knowledge through a Bjork-strength lifecycle (strengthening, transformation, forgetting), and builds a personal knowledge graph with emergent categories, preferences, and semantic recall. Local SQLite, zero config, 10 MCP tools. Install via `npx alaya-mcp`.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx alaya-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from SecurityRonin/alaya your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route SecurityRonin/alaya intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add alaya

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use SecurityRonin/alaya directly without routing

npx alaya-mcp

New to Agent-CoreX? View setup guide →

SecurityRonin/alaya MCP Server — Agent-CoreX