chron
Related Servers
Alternatives to chron
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenancePermanent, timestamped audit log for every AI conversation, stored locally in SQLite, owned by you.-
- FlicenseNot gradedqualityCmaintenanceTamper-evident cryptographic audit trail for LLM outputs. Compliance logging for AI agent decisions.-
- AlicenseBqualityAmaintenanceEnables AI agents to maintain a local, event-sourced long-term memory with semantic retrieval, decision confidence checks, and proactive recalls, ensuring data never leaves the machine.233MIT

enigma-memoryofficial
AlicenseNot gradedqualityAmaintenanceEnables AI assistants to keep and retrieve private context locally, with verifiable receipts and optional Solana anchoring for public proofs.25 npm1Apache 2.0- AlicenseNot gradedqualityCmaintenanceCaptures AI agent runs and turns them into tamper-evident execution records showing tool use, timing, failures, recoveries, and human interventions. Records can be inspected, exported, and verified offline.MIT

Lians Agent Memoryofficial
AlicenseAqualityAmaintenanceLocal-first bitemporal memory for AI agents with deterministic supersession, point-in-time recall, erasure proofs, and tamper-evident audit history.911Apache 2.0
TDQS
Scored across 6 tools
Each tool has a clearly distinct role: starting/resuming sessions, logging messages individually or in batch, listing sessions, retrieving full history, and verifying integrity. No overlaps in functionality.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., start_session, list_sessions, verify_session), making the API predictable and easy to navigate.
Six tools cover the essential operations for an audit session manager without redundancy. The count is well-scoped for the server's purpose.
The tool set covers the full lifecycle: session creation, message logging (individual and batch), session listing, history retrieval, and integrity verification. No obvious gaps given the immutability requirement for audit logs.