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`.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx alaya-mcpAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add alayaAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use SecurityRonin/alaya directly without routing
npx alaya-mcpNew to Agent-CoreX? View setup guide →