ejcho623/agent-breadcrumbs

📊 Monitoring
0 Views
0 Installs

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

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "ejcho623-agent-breadcrumbs": {
      "command": "npx",
      "args": [
        "-y",
        "ejcho623-agent-breadcrumbs"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Agent Breadcrumbs 🍞

Lightweight logging & observability for agent work across clients (Codex, Claude, Cursor, ChatGPT, OpenClaw, and others).

https://github.com/user-attachments/assets/3eac31a8-107c-4a82-a14c-dcfa500dd1a9

What You Get

  • One MCP tool (log_work) that aggregates work done across different agents for single or multiple users.
  • Define your own logging structure with custom schemas (or use built-in profiles) once, and the MCP schema will guide clients to log with correct payloads.
  • This lets teams standardize logging once, then route data wherever they need it.
  • Multiple options for output sinks:
    • local JSONL
    • webhook
    • Postgres
  • Starter schema profiles for common use cases:
    • agent insights
    • delivery tracking
    • audit trail
    • knowledge capture
  • Simple dashboard app to view logged work.

Repository Layout

  • MCP server package (published): packages/mcp
  • Dashboard app (repo-local, not published): apps/dashboard

Quick Start (MCP)

Install and run with defaults:

npx -y agent-breadcrumbs

Use with an explicit config file:

npx -y agent-breadcrumbs --config /absolute/path/to/server-config.json

Codex config example (~/.codex/config.toml):

[mcp_servers.agent_breadcrumbs]
command = "npx"
args = ["-y", "agent-breadcrumbs", "--config", "/absolute/path/to/server-config.json"]

--config is optional. If omitted, server defaults are used:

Screenshot 2026-02-18 at 11 20 21 AM Screenshot 2026-02-18 at 11 20 26 AM

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "agent-breadcrumbs": {
      "command": "npx",
      "args": ["-y", "agent-breadcrumbs", "--config", "/absolute/path/to/server-config.json"]
    }
  }
}

Screenshot 2026-02-18 at 11 21 15 AMScreenshot 2026-02-18 at 11 21 21 AM

OpenClaw:

After you install the MCP server make sure to use mcporter so the server can be called through the CLI. Then add a system prompt to the channel you're using.

Screenshot 2026-02-18 at 11 23 58 AM

For cron-driven workflows, instruct agents to call log_work on each scheduled run for regular time-based logging.

Every hour, make sure to use mcporter agent-breadcrumbs.log_work to log work.
If spinning up a cron job, make sure to add this context (e.g., logging work every hour) in the cron job description as well.

General example global instruction/system prompt for clients:

When a meaningful chunk of work is completed, use log_work with agent_breadcrumbs to record your work.

For full MCP server setup, config, and sink details, see packages/mcp/README.md.

Quick Start (Repo)

npm install
npm run build:all

Run MCP server locally with a sample config:

node packages/mcp/dist/index.js --config packages/mcp/examples/server-config.agent-insights.sample.json

Run dashboard locally:

npm run dev:dashboard -- --config apps/dashboard/examples/dashboard-config.sample.json

MCP Config Model

Top-level config file is JSON and supports:

  • schema for fully custom log_record properties, or
  • schema_profile for built-in profile files in packages/mcp/examples/schema_profiles
  • user_name for server-side user identity injection into persisted records
  • sink for destination settings (jsonl, webhook, postgres)

Do not set both schema and schema_profile together.

Default behavior when omitted:

  • schema: built-in default (agent_id, timestamp, work_summary, additional)
  • sink: jsonl
  • output file: ~/.agent-breadcrumbs/logs.jsonl
  • user_name: not injected

Why Config

  • Your schema/profile is applied directly to the MCP tool input schema.
  • Agent clients see the required log_record fields from the tool definition.
  • You do not need to repeatedly explain payload format for every tool call in client.

Common Commands

npm run build:mcp
npm run dev:mcp
npm run test
npm run test:integration
npm run build:dashboard
npm run dev:dashboard

Docs

  • MCP package docs: packages/mcp/README.md
  • Dashboard app docs: apps/dashboard/README.md

Related MCP Servers

aayushmdesai/mcp-dotnet-diagnostics

🏠 🍎 🐧 - Live .NET runtime diagnostics for AI assistants. Ask Claude to diagnose memory leaks, GC pressure, LOH fragmentation, and thread starvation in any running .NET process — no code changes required. Install: dotnet tool install -g mcp-dotnet-diagnostics

📊 Monitoring0 views
adanb13/cirdan

🐍 🏠 🍎 🪟 🐧 - AI infrastructure cartographer & MCP server: fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC) and detects incidents.

📊 Monitoring0 views
agentkitai/agentlens

📇 🏠 ☁️ 🍎 🪟 🐧 - Tamper-evident observability for AI agents: a SHA-256 hash-chained audit log with chain verification and signed export (EU AI Act Art. 12). Instrument any agent with zero code via npx -y @agentlensai/mcp; also ingests OpenTelemetry GenAI traces.

📊 Monitoring0 views
alilxxey/openobserve-community-mcp

🐍 🏠 🍎 🪟 🐧 - Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license.

📊 Monitoring0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 11:30:31 PM

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.