This is an MCP server that exposes find_in_worktree and find_at_ref tools that enable searches in the current filesystem and at git refs. Searches accept Rust TypePaths or suffixes of TypePaths. The creation of this server was motivated by challenges with an LLM agent finding relevant symbols and understanding changes that can happen in a code base during refactoring.
This MCP server is usable, but be warned that it is limited and not very complete.