rs-codesearch-mcp

petervdonovan/rs-codesearch-mcp

3.1

If you are the rightful owner of rs-codesearch-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This is an MCP server that exposes `find_in_worktree` and `find_at_ref` tools for searching Rust `TypePath`s in the filesystem and at `git` refs.

Tools
2
Resources
0
Prompts
0

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.