An open-source AI desktop companion inspired by Cyrene, combining immersive Chat, personalized long-term memory, and an agentic Work mode.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cyrene-agent": {
"command": "npx",
"args": [
"-y",
"Playa-0v0/Cyrene-Agent"
]
}
}
}
Run in terminal:
claude mcp add cyrene-agent npx -y Playa-0v0/Cyrene-Agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"cyrene-agent": {
"command": "npx",
"args": [
"-y",
"Playa-0v0/Cyrene-Agent"
]
}
}
}