Persis for Claude Desktop
io.github.alright-alright/persis
Biological memory for AI agents. Pattern learning, decay, clustering, 8-drive behavior.
client:Claude Desktop
transport:streamable-http
Install Persis in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"persis": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://persis-api.aerynw.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs