genesys memory for Claude Desktop
io.github.astrix-labs/genesys-memory
Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).
client:Claude Desktop
transport:stdio
runtime:pypi
Install genesys memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"genesys-memory": {
"command": "uvx",
"args": [
"genesys-memory"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GENESYS_EMBEDDER": "<GENESYS_EMBEDDER>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs