Persistent memory for AI agents that survives across sessions. Store, recall, and semantically search memories. Includes loop detection that catches agents stuck repeating themselves, full audit trails, shared memory between agents, and a real-time dashboard. Works with Claude Code, Claude Desktop, and Cursor. Open source, free tier available.
Server Config
{
"mcpServers": {
"octopoda": {
"command": "python",
"args": [
"-m",
"synrix_runtime.api.mcp_server"
],
"env": {
"OCTOPODA_API_KEY": "your-key-from-octopodas.com"
}
}
}
}