Connect Claude Code to Breadcrumbs via MCP and guide feature lifecycle updates through the project board, notes, docs, and coding log.
Breadcrumbs MCP connects coding agents — Codex and Claude Code — to a Breadcrumbs project so they can use the project board, Coding Log, card notes, and documentation while working on features.
.codex-plugin/) and Claude Code (.claude-plugin/).https://breadcrumbs.dev/mcp.feature-lifecycle skill that guides agents through starting, updating, and finishing feature work in Breadcrumbs.When installed in Claude Code, the plugin automatically posts a short summary to your Breadcrumbs project's Coding Log every turn that the working tree of your current git repo changes. The entry contains the touched file paths, a git diff --stat summary, and any new commits — but not the diff contents (so credentials accidentally edited into a file don't end up in the log).
Detection uses a snapshot of git rev-parse HEAD plus a hash of git diff HEAD and the untracked-file list, taken at the start of each turn (UserPromptSubmit hook) and compared at the end (Stop hook). This catches modifications made via the Edit/Write tools, the Bash tool, and even mid-turn git commits.
Requirements: git, jq, curl, and shasum on PATH (standard on macOS and most Linux distros).
To opt out for a shell session:
export BREADCRUMBS_AUTOLOG_DISABLED=1
To point the auto-logger at a different MCP endpoint (e.g. self-hosted):
export BREADCRUMBS_MCP_URL=https://your-breadcrumbs.example.com/mcp
In Claude Code, run:
/plugin marketplace add lukavujanovic/breadcrumbs-codex-plugin
/plugin install breadcrumbs-mcp@breadcrumbs-mcp
/reload-plugins
Then export your Breadcrumbs MCP token in the shell that launches Claude Code:
export BREADCRUMBS_MCP_TOKEN=your_token
For an existing installation, refresh the marketplace first, then update the installed plugin:
/plugin marketplace update breadcrumbs-mcp
/plugin update breadcrumbs-mcp@breadcrumbs-mcp
/reload-plugins
Terminal equivalent:
claude plugin marketplace update breadcrumbs-mcp
claude plugin update breadcrumbs-mcp@breadcrumbs-mcp
Do not remove and re-add the marketplace just to update. Claude Code removes plugins installed from a marketplace when that marketplace is removed.
This plugin uses the Claude marketplace entry version for update detection. Maintainers must bump .claude-plugin/marketplace.json whenever users should receive a new Claude plugin release.
.claude-plugin/marketplace.json # Claude Code marketplace manifest
.claude-plugin/plugin.json # Claude Code plugin manifest → .mcp.json
.codex-plugin/plugin.json # Codex plugin manifest → .mcp.codex.json
.mcp.json # Claude Code HTTP MCP config (type: http, headers)
.mcp.codex.json # Codex HTTP MCP config (bearer_token_env_var)
skills/feature-lifecycle/SKILL.md # Shared agent skill
hooks/hooks.json # Claude Code hook config (UserPromptSubmit + Stop)
hooks/snapshot_repo.sh # Captures repo state at turn start
hooks/log_on_stop.sh # Diffs at turn end and triggers a log entry
hooks/post_log.sh # POSTs log_activity to the MCP server
This repository does not include API keys, bearer tokens, .env files, or user project data.
The bundled MCP configs reference the environment variable BREADCRUMBS_MCP_TOKEN; the token value is supplied from the user's local environment.
The Breadcrumbs MCP server exposes tools for:
The included skill asks agents to:
In Progress;Review or Done only after appropriate verification.External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lukavujanovic/breadcrumbs-codex-plugin --plugin breadcrumbs-mcpAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.