codebase-memory-mcpMCP Server40/100 via “graph visualization and interactive exploration ui”
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
Unique: Provides a lightweight web-based graph visualization that queries the local SQLite graph via MCP tools, enabling interactive exploration without external services or graph databases. Renders call graphs, inheritance hierarchies, and dependency chains in a single unified interface.
vs others: Local graph visualization eliminates dependency on cloud-based visualization services (which require uploading code) and provides instant rendering without network latency, whereas GitHub's dependency graph requires cloud hosting and Graphviz-based tools require manual graph generation.