Replies: 1 comment
|
The two projects you've named sit differently to Serena, so it's worth splitting them rather than answering as one. Against a code graph, it's complementary, and the boundary is what the answer is derived from. Serena's symbolic tools are A graph is precomputed and aggregate. It's built to answer "what's connected to what across the whole repo" — transitive dependents, blast radius, clusters — which no sequence of
So if you're weighing all three, I'd say Serena plus a code graph is a genuine pairing, while Serena plus a separate memory MCP is a duplication to resolve rather than a stack to run. Same conclusion as the language-server question — check whether the thing you're adding is a different layer or the same layer twice. |
Uh oh!
There was an error while loading. Please reload this page.
Would code graph solutions like codegraph or codebase-memory-mcp provide similar/same features to Serena, or do they complement one-another?
All reactions