Skip to main content
MonitoringTypeScript

ejcho623/agent-breadcrumbs

Unified agent work logging and observability across ChatGPT, Claude, Cursor, Codex, and OpenClaw with config-first schemas and pluggable sinks.

monitoringcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ejcho623/agent-breadcrumbs

Claude Desktop configuration example:

{
  "mcpServers": {
    "agent-breadcrumbs": {
      "command": "npx",
      "args": [
        "-y",
        "ejcho623/agent-breadcrumbs"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Monitoring
Language
TypeScript
Author
ejcho623