Skip to main content
Glama

Breadcrumb MCP Server

by ScottHoang

Breadcrumb MCP Server

MCP (Model Context Protocol) server for the Breadcrumbs project memory system.

Installation

cd mcp-server pip install -e .

Usage

The server will be automatically discovered by Claude Code when configured in your MCP settings.

Configuration

Add to your Claude Code MCP settings:

{ "mcpServers": { "breadcrumb": { "command": "python3", "args": ["-m", "breadcrumb_mcp.server"], "env": { "BREADCRUMB_ROOT": "/path/to/breadcrumb" } } } }

Features

Tools

  • Project Management: create_project, list_projects, get_project_info, get_project_stats

  • Documentation: create_session, create_component, create_adr, create_pattern

  • Search: search_breadcrumbs, find_related_docs, list_tags, get_timeline

  • Updates: add_learning, add_followup, update_project_status, quick_note

  • Indexing: generate_master_index, get_quick_reference

Resources

  • breadcrumb://projects - List all projects

  • breadcrumb://project/{name}/index - Read project index

  • breadcrumb://project/{name}/sessions/{file} - Read session log

  • breadcrumb://project/{name}/components/{file} - Read component doc

  • breadcrumb://project/{name}/adr/{file} - Read ADR

  • breadcrumb://project/{name}/patterns/{file} - Read pattern

Development

# Install with dev dependencies pip install -e ".[dev]" # Run tests pytest # Format code black src/ # Lint ruff check src/
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Enables AI assistants to interact with the Breadcrumbs project memory system, allowing creation and management of project documentation including sessions, components, ADRs, patterns, and providing search capabilities across project knowledge.

  1. Installation
    1. Usage
      1. Configuration
    2. Features
      1. Tools
      2. Resources
    3. Development

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ScottHoang/breadcrumbs_mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server