
Roberto MCP
Supports UIby kensave
High-performance, language-agnostic code analysis MCP server for symbol lookups, reference tracking, and semantic search.
What it does
Roberto MCP connects an AI to a large codebase, providing high-performance code indexing and analysis. It allows an LLM to perform symbol lookups, track references, and conduct semantic searches across 15+ supported languages using a Rust-powered engine.
Tools
index_code: Indexes source code files to build a symbol table.get_symbol: Retrieves symbol information by name.get_symbol_references: Finds all references to a symbol across the codebase.find_symbols: Searches symbols by query using exact or fuzzy match.code_search: BM25 statistical search through all indexed code content.get_file_outline: Provides a structured outline of symbols in a specific file.get_directory_outline: Gives a high-level overview of symbols across a directory.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"roberto": {
"command": "/path/to/roberto-mcp/target/release/roberto-mcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Amazon Q CLI
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 4/28/2026
- stars






