代码知识图谱的两条路:tree-sitter AST 与 LSP

我最近连着刷到好几个「代码知识图谱 MCP」:codegraph、codebase-memory-mcp、GitNexus、Serena……宣传口径都差不多——把代码库建成图谱,让 coding agent 通过 MCP 直接查「谁调用了谁」,少 grep、少 read、省 token、定位更准。 ...

2026-07-02 · 30 分钟 · 5339 字 · cjraft