Back to Apps

Cratographer
by joemag1
High-precision Rust code indexing and symbol search for AI agents like Claude Code and Kiro.
0 stars
Works in:Codex
Exposes:Tools
What it does
Cratographer provides semantic indexing of Rust codebases using rust-analyzer. It allows AI agents to instantly locate structs, enums, and functions without expensive grep operations, enabling surgical precision during refactoring and navigation.
Tools
- find_symbol: Find Rust symbols by name with exact, fuzzy, or prefix matching. Supports library search and type filtering.
- enumerate_file: List all defined symbols within a specific file, providing names, kinds, and line ranges.
Installation
Build and run from source:
cargo build --release
./target/release/cratographer
Supported hosts
- claude
- codex
Quick install
cargo run --releaseInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"cratographer": {
"command": "/path/to/cratographer/target/release/cratographer",
"args": []
}
}





