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-mcpConfiguration
{
"mcpServers": {
"alaya": {
"command": "npx",
"args": ["-y", "alaya"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes