Servers
Zaxy — event-sourced agent memory with cited checkout and reversible forgetting (stdio/SSE via PyPI)
@syndicalt
Zaxy turns agent work into durable, auditable memory: a hash-chained Eventloom log as the source of truth, an embedded temporal knowledge graph for reasoning (local-first, no sidecar; Neo4j/Postgres optional), cited Memory Checkout for compact context, and MCP tools for model-fa
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zaxy": {
"command": "python",
"args": [
"examples/single_agent_memory.py"
]
}
}
}