{"id":"thinkyminer-codetree","name":"codeTree","af_score":64.8,"security_score":17.5,"reliability_score":28.8,"what_it_does":"codetree is an MCP server that provides structured code understanding for coding agents using tree-sitter. It exposes 23 tools to extract file skeletons/symbols, inspect relationships (call graphs, references, blast radius), perform code quality analyses (complexity, dead code, clone detection), and support navigation/search and repo/graph queries (dependency graphs, change impact, dataflow/taint tracing, git history).","best_when":"You want a stateless, agent-friendly way to query code structure and relationships across multiple languages with minimal token usage.","avoid_when":"You cannot allow local code indexing/SQLite caching, or you require strong guarantees about analysis correctness for complex semantic behaviors (e.g., advanced interprocedural effects) without further validation.","last_evaluated":"2026-03-30T15:32:56.358744+00:00","has_mcp":true,"has_api":false,"auth_methods":[],"has_free_tier":false,"known_gotchas":["Indexing and graph persistence may require filesystem permissions and can take time on first run","If large repos are used, batch tools should be preferred to reduce repeated queries","Some analyses (e.g., dataflow/taint) may be approximate depending on language support and parser limitations","Tools that fetch full skeletons/symbols could still be token-heavy if used without the provided compact formats"],"error_quality":0.0}