1. Conduid
  2. Agents
  3. Rs Agent Code Utility
MCP server · Agents

Rs Agent Code Utility

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.

34Low

Scored 11 days ago · breakdown

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

Clone
git clone https://github.com/njfio/rs-agent-code-utility

This 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

I know everything about Rs Agent Code Utility. Ask me about installation, configuration, usage, or troubleshooting.

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.
Questions

About Rs Agent Code Utility

How do I install Rs Agent Code Utility?

Run git clone https://github.com/njfio/rs-agent-code-utility, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Rs Agent Code Utility safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Rs Agent Code Utility still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.