Expand description
MCP (Model Context Protocol) server for exposing Lore data to AI tools. MCP (Model Context Protocol) server for Lore.
Exposes Lore session data to AI tools via the Model Context Protocol, allowing Claude Code and other MCP-compatible tools to query session history, search messages, and access linked commits.
The server runs on stdio transport and implements the following tools:
lore_search: Search sessions by query with filterslore_get_session: Get full session transcript by IDlore_list_sessions: List recent sessions with optional filterslore_get_context: Get recent session context for a repositorylore_get_linked_sessions: Get sessions linked to a commit
Functionsยง
- run_
server - Runs the MCP server on stdio transport.