Self-hosted memory layer that keeps agent context flat at around 200 tokens per call instead of re-reading the entire conversation history each turn. Exposes `add` and `recall` operations over stdio, backed by Postgres for document storage, Pinecone Local for vector retrieval, and Neo4j for entity graphs. Every memory carries bi-temporal timestamps so you can replay any past state, and the conflict resolver logs an auditable supersession chain when facts get updated or invalidated. Reach for this when you're running multi-agent teams that share memory across sessions or need point-in-time reconstruction for compliance. The quickstart command brings up the three-container local stack and wires the MCP server into Claude Desktop in one shot.
claude mcp add --transport stdio bolnet-attestor uvx attestor