Skip to main content
LIXIV

Git Archive

Your Complete Message History, Version-Controlled

Every message, file reservation, and agent profile is automatically committed to a Git repository, providing an immutable audit trail with cryptographic integrity. Access it via standard Git tools or explore it right here in the UI.

How Does Storage Work?

SQLite Database

  • For live operations: Fast message queries, search, filtering
  • Powers your inbox: Real-time message delivery and threading
  • Mutable: Can be edited or deleted by administrators

Git Archive

  • For audit trail: Immutable, tamper-proof record
  • Complete history: Browse changes over time
  • Portable: Clone, backup with standard Git tools

Think of it like this: The database is your "working copy" for day-to-day operations, while the Git archive is your "permanent record" for compliance, auditing, and forensic analysis. Every message exists in BOTH places.

24

Total Commits

1

Projects

3.2M

Archive Size

Mar 23, 2026

Last Commit

Access Locally

Clone the archive and explore with your favorite Git tools

/root/.mcp_agent_mail_git_mailbox_repo

View recent commits

git -C /root/.mcp_agent_mail_git_mailbox_repo log --oneline -20

Browse project structure

tree /root/.mcp_agent_mail_git_mailbox_repo/projects/

Search commit messages

git -C /root/.mcp_agent_mail_git_mailbox_repo log --all --grep="keyword"

View specific commit

git -C /root/.mcp_agent_mail_git_mailbox_repo show <commit-sha>

Why Git Archive?

Unique benefits beyond the database

Cryptographic Integrity

Every commit SHA is tamper-proof proof of authenticity

Complete History

Never lose data - full timeline since inception

Human Readable

Markdown files browsable without special tools

Distributed

Clone, backup, mirror - standard Git workflows

Forensic Analysis

Deep pattern analysis over weeks and months

Compliance Ready

Immutable records for regulated environments