Back to Apps

Rust Code MCP
by molaco
Semantic hybrid search and hypergraph analysis for Rust codebases with GPU acceleration.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Connects AI agents to Rust workspaces, providing a deep semantic understanding of the codebase through a hybrid BM25 and vector search system. It builds a high-fidelity workspace hypergraph using rust-analyzer to enable complex structural audits and call-graph traversal.
Tools
search: Hybrid keyword and semantic code search.find_definition: Resolve symbol definitions via rust-analyzer.get_call_graph: Trace function relationships and call edges.unsafe_audit: Detect and analyzeunsafeblocks for safety reviews.build_codemap: Generate a task-conditioned subgraph for visual planning.analyze_complexity: Calculate cyclomatic complexity and LOC metrics.
Installation
{
"mcpServers": {
"rust-code-mcp": {
"command": "/absolute/path/to/rust-code-mcp"
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with the absolute path to the built binary.





