About Rs Agent Code Utility
Rs Agent Code Utility is an MCP server in the Agents category: workspace-pinned local code KB + MCP bridge giving AI coding agents AST-precise, ranked, token-cheap access to your codebase — ~99.9% less context than grep-and-read. Local, offline, 12 languages. It has been installed 0 times through Conduid.
Tools (8)
find_callers"Who calls `X`?" One indexed-graph lookup. AST-precise.
Takes no parameters.
find_symbol"Where is `X` defined?" Exact name or glob. AST-precise; no false positives from comments or strings.
Takes no parameters.
grepLiteral, regex, or **structural** (tree-sitter node-kind) search over indexed bytes. Returns matches with `enclosing_qualified_name` — the only `grep` you've used that says *which function the match is in*.
Takes no parameters.
impact_of"If I change `X`, what breaks?" Transitive caller closure (BFS, bounded). Refactor blast radius.
Takes no parameters.
outline_workspace"I'm new to this repo — where do I start?" Token-budgeted structural map; Aider-style PageRank file ranking.
Takes no parameters.
read_rangeExplicit line range. Stack-trace frames, diff hunks.
Takes no parameters.
read_symbol"Show me `X`'s body." Optional tree-shaken dependency closure; optional callers in the same response.
Takes no parameters.
read_symbol_at"What's at `src/foo.rs:42`?" Line-anchored, for compiler-error follow-up.
Takes no parameters.
Install
git clone https://github.com/njfio/rs-agent-code-utilityThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Rs Agent Code Utility
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.