n3mo_get_blast_radius
Traces the transitive impact/call graph of a code symbol
How to use it
n3mo_get_blast_radius is exposed by the N3MO MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the n3mo_get_blast_radius tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install N3MO
$
pip install n3moOther tools in N3MO (4)
n3mo_get_dependencies
Finds all external symbols that a given symbol calls (forward-dependency graph)
n3mo_get_file_symbols
Lists all classes and functions defined inside a specific file
n3mo_index
Ingests and indexes the codebase
n3mo_search_symbol
Locates the definition of a symbol across the workspace (file path, line number)