code-memory: code-memory is a deterministic, high-precision code intelligence layer exposed as a Model Context Protocol (MCP) server, designed to provide accurate and token-efficient code context for LLMs. It runs entirely locally, indexing codebases for semantic search, architecture understanding, and Git history analysis, addressing the cost and inaccuracy of traditional context retrieval methods.; sverklo: Sverklo is an open-source, local-first MCP server for code intelligence that provides AI coding agents with symbol graphs, blast-radius analysis, and git-pinned memory. It is MIT-licensed, requires no API keys, and runs entirely on the user's machine. It includes 37 MCP tools for code search, impact analysis, review, and bi-temporal memory.
Finding definitions, references, and understanding code structure within a codebase
Find code without knowing the exact string