Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

serve

Start an MCP (Model Context Protocol) server, exposing Bobbin’s search and analysis capabilities to AI agents like Claude and Cursor.

Usage

bobbin serve [PATH] [OPTIONS]

Examples

bobbin serve                # Serve current directory
bobbin serve /path/to/repo  # Serve a specific repository

MCP Tools Exposed

ToolDescription
searchSemantic/hybrid/keyword code search
grepPattern matching with regex support
contextTask-aware context assembly
relatedFind temporally coupled files
read_chunkRead a specific code chunk with context lines

See MCP Integration for configuration examples.