Odel
alaya

alaya

Local
@securityronin14RustMITUpdated 1mo ago

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmalaya-mcpv0.4.7

Run

npx -y alaya-mcp

MCP client config

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