code-memory and heuristic-mcp
About code-memory
kapillamba4/code-memory
MCP server with local vector search for your codebase. Smart indexing, semantic search, Git history — all offline.
Implements a three-tier retrieval strategy (BM25 + dense vectors via SQLite-vec + AST parsing) across specialized tools that route queries by type—code definitions, architectural documentation, and Git history—powered by local sentence-transformers embeddings. Integrates as an MCP server with Claude Desktop, VS Code (Copilot/Continue), Gemini CLI, and Claude Code, supporting 8 languages with full AST extraction and 9+ with fallback whole-file indexing.
About heuristic-mcp
softerist/heuristic-mcp
Enhanced MCP server for semantic code search with call-graph proximity, recency ranking, and find-similar-code. Built for AI coding assistants.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work