Back to MCP Servers

Alaya

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 SQLi…

knowledge-memorygosqliteaiagent

Installation

npx alaya-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub