codebase-memory-mcp and code-memory

These are competitors offering different architectural approaches to codebase indexing—one uses a knowledge graph with exact matching for speed, the other uses vector embeddings for semantic search—so you'd choose based on whether you prioritize query latency or search relevance.

codebase-memory-mcp
62
Established
code-memory
46
Emerging
Maintenance 22/25
Adoption 10/25
Maturity 11/25
Community 19/25
Maintenance 10/25
Adoption 6/25
Maturity 20/25
Community 10/25
Stars: 585
Forks: 65
Downloads:
Commits (30d): 350
Language: C
License: MIT
Stars: 24
Forks: 3
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No Package No Dependents
No risk flags

About codebase-memory-mcp

DeusData/codebase-memory-mcp

MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms queries, 99% fewer tokens than grep. Single Go binary, no Docker, no API keys.

This tool helps developers understand their codebases more efficiently, especially when working with AI coding agents. It ingests your entire codebase, analyzing its structure across 66 programming languages, and outputs a persistent knowledge graph of functions, classes, and call chains. Developers, particularly those using AI agents for coding tasks, would use this to quickly query and visualize their project's architecture.

software-development code-analysis developer-tools AI-assisted-coding software-architecture

About code-memory

kapillamba4/code-memory

MCP server with local vector search for your codebase. Smart indexing, semantic search, Git history — all offline.

This tool helps software developers quickly find relevant information within their large codebases without manually sifting through files. It takes your code and documentation as input, processes it locally, and then allows you to semantically search for code definitions, architectural patterns, or even Git history. The output is precise code snippets, documentation sections, or commit messages relevant to your query, helping you understand, debug, or extend existing projects more efficiently.

software-development code-analysis developer-tools codebase-navigation debugging

Scores updated daily from GitHub, PyPI, and npm data. How scores work