← Back to posts

Repository of the Day - DeusData/codebase-memory-mcp, and Daily Trends - June 22, 2026

Published: 6/22/2026

This daily roundup highlights repository momentum from GitGenius analytics for June 22, 2026, using UTC daily deltas in stars and subscribers.

The scan reviewed 1996 repositories, with 1852 repos contributing star deltas and 1852 repos contributing subscriber deltas.

Repo of the day

DeusData/codebase-memory-mcp led the day with +1271 stars to 11460 total stars and +5 subscribers to 50 total subscribers. The deusdata/codebase-memory-mcp repository provides a high-performance code intelligence server designed to index entire codebases into a persistent knowledge graph with exceptional speed and efficiency. Its primary purpose is to empower AI coding agents and developer tools with deep, structural understanding of code, enabling sub-millisecond queries and advanced code analysis across 158 programming languages. The system is distributed as a single static binary for macOS, Linux, and Windows, requiring no dependencies or runtime environments—installation is as simple as downloading and running an install script.

At its core, codebase-memory-mcp leverages tree-sitter for high-quality abstract syntax tree (AST) parsing, supporting a vast array of languages. For select languages—including Python, TypeScript, JavaScript, PHP, C#, Go, C, C++, Java, Kotlin, and Rust—it implements a "Hybrid LSP" semantic type resolution engine. This enables accurate identification of functions, classes, call chains, HTTP routes, and cross-service links, all stored in a persistent knowledge graph. The indexing pipeline is RAM-first, utilizing LZ4 compression and in-memory SQLite, with memory released after indexing. This architecture allows it to index massive repositories, such as the Linux kernel (28 million lines of code, 75,000 files), in just a few minutes.

The knowledge graph produced by codebase-memory-mcp is highly expressive, capturing relationships such as function calls, imports, inheritance, HTTP routes, async calls, channel emissions/listens, data flows, and semantic similarity. It supports advanced features like dead code detection, architecture overview, impact analysis based on git diffs, and Cypher-like structural queries. The system also indexes infrastructure-as-code artifacts, including Dockerfiles, Kubernetes manifests, and Kustomize overlays, mapping resources and modules as graph nodes with cross-references.

For search and exploration, the server offers semantic search powered by bundled Nomic embeddings (compiled into the binary, no external API keys required), BM25 full-text search via SQLite FTS5, structural search with regex and label filters, and code search augmented by the graph. It combines multiple scoring signals—TF-IDF, API signatures, AST profiles, data flow, module proximity, and more—to deliver highly relevant results. The built-in 3D graph visualization UI allows users to interactively explore the knowledge graph at localhost:9749, including cross-repo architecture layouts and service dependencies.

Integration is a key focus: the install command auto-detects and configures 11 popular coding agents (such as Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, VS Code, and others), setting up MCP entries, instruction files, and hooks. The server operates entirely locally, ensuring privacy and security—no code leaves the machine, and binaries are signed, checksummed, and scanned by multiple antivirus engines. Automatic indexing and background file change detection keep the graph up-to-date, and a team-shared graph artifact allows developers to commit a compressed index file for rapid onboarding.

Overall, codebase-memory-mcp is a robust, efficient, and secure solution for code intelligence, offering deep structural analysis, lightning-fast indexing and queries, and seamless integration with developer tools and AI agents. Its zero-dependency, single-binary distribution and comprehensive language support make it an attractive choice for teams seeking advanced code exploration and automation capabilities.

Fastest rising repos

Subscriber surge

Hidden gems

Language movers

Category spotlight

Maintainer watch

Repository of the Day - DeusData/codebase-memory-mcp, and Daily Trends - June 22, 2026