Gives Claude structural views of codebases across 11 languages using tree-sitter. The `analyze_directory` tool maps LOC and symbol counts, `analyze_file` extracts functions and classes with line ranges, and `analyze_symbol` traces call graphs without dumping raw source. Benchmarks show 42–68% cost savings on real migration tasks by keeping file contents out of context until you need them. Also includes `edit_replace` for exact-match rewrites and `exec_command` with auto-truncation. Works over stdio or streamable HTTP. The HTTP transport matters if you're running goose or multi-agent setups where each delegate would otherwise spin up its own isolated server instance.
claude mcp add --transport stdio clouatre-labs-code-analyze-mcp uvx code-analyze-mcp