Use agents-ide MCP tools for faster code exploration and manipulation.
Guides
Overview
overview.md- Why use these tools over native alternatives
Search & Structure
structure.md- Get file/package structure with filteringsymbol_search.md- Fuzzy search for symbols workspace-widecode_search.md- Grep + structure for semantic search
Refactoring
rename.md- Batch rename symbols across filesrename_local.md- Rename local variablesmove.md- Move symbol and update importschange_signature.md- Change function params and update call sitesfind_and_replace.md- Batch find/replace with previewtoggle_comment.md- Batch comment/uncomment
Utilities
copy_paste.md- Copy text ranges between files
Code Quality
code_quality.md- complexity, dead_code, duplicates, dependencies, loc, coupling
Use Cases
Practical workflows combining multiple tools:
use_cases/quick_test_toggle.md- Test with/without code using toggle_commentuse_cases/refactor_function.md- Rename, change signature, move functionsuse_cases/reduce_complexity.md- Find and fix complex codeuse_cases/clean_dead_code.md- Find and remove unused codeuse_cases/extract_duplicates.md- Find duplicates and consolidateuse_cases/understand_codebase.md- Explore unfamiliar codeuse_cases/split_large_file.md- Break large files into smaller onesuse_cases/break_complex_module.md- Decompose complex modulesuse_cases/api_migration.md- Update function signatures across codebaseuse_cases/batch_rename.md- Rename symbols consistently
Converted and distributed by TomeVault — claim your Tome and manage your conversions.