evledger

ajkatz/evledger
★ 0 stars Python 💻 Code/Dev Tools Updated today
Git-backed, append-only, machine-partitioned CloudEvents 1.0 event ledger (JSONL) — library, CLI, MCP server, and web visualizer. Stdlib-only core.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "evledger": {
      "command": "uvx",
      "args": [
        "evledger"
      ]
    }
  }
}

Or install with pip: pip install evledger

README Excerpt

A git-backed, append-only, machine-partitioned **CloudEvents 1.0** event ledger (JSONL). Pure-stdlib core; optional CLI, MCP server, and a zero-build web visualizer. - **Append-only, never compress** — events are immutable; the ledger is built for long-lived storage and replay. - **Machine-partitioned** — events live at `<root>/<machine>/<YYYY-MM>.jsonl`,