ejcho623/agent-breadcrumbs
Unified agent work logging and observability across ChatGPT, Claude, Cursor, Codex, and OpenClaw with config-first schemas and pluggable sinks.
Quick Start
Clone the repository:
git clone https://github.com/ejcho623/agent-breadcrumbsClaude Desktop configuration example:
{
"mcpServers": {
"agent-breadcrumbs": {
"command": "npx",
"args": [
"-y",
"ejcho623/agent-breadcrumbs"
]
}
}
}Check the repository README for specific installation and configuration instructions.