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
| Tool | Description |
|---|---|
search | Semantic/hybrid/keyword code search |
grep | Pattern matching with regex support |
context | Task-aware context assembly |
related | Find temporally coupled files |
read_chunk | Read a specific code chunk with context lines |
See MCP Integration for configuration examples.