Agent♥︎Age
Catalog

io.github.kapillamba4/code-memory

Official

by kapillamba4 · Python

Local semantic code search with Git history. Works offline, no API key needed.

io.github.kapillamba4/code-memory MCP Server

The MCP server “io.github.kapillamba4/code-memory” provides local semantic code search with Git history. It works offline and does not require an API key. It exposes a deterministic, high-precision “code intelligence layer” through the Model Context Protocol (MCP).

🛠️ Key Features

  • Local semantic code search
  • Uses Git history as the indexed source
  • Offline-first operation (air-gapped support implied by “Offline First”)
  • Zero telemetry
  • No API key requirement
  • Topics include: bm25, embeddings, tree-sitter, sqlite, rag, semantic-search, git, mcp

🚀 Use Cases

  • Searching code semantically on the local machine
  • Consulting prior Git revisions during code discovery

⚡ Developer Benefits

  • Avoids external API calls due to offline operation
  • Supports developer workflows involving embeddings/RAG-style semantic retrieval
  • Built around local storage concepts (sqlite) and parsing (tree-sitter) indicated by topics

⚠️ Limitations

  • Source excerpt only partially describes capabilities; additional specifics are not included here.

Topics

bm25code-searchdeveloper-toolsembeddingsgitmcpmcp-serverragsemantic-searchsqlitetree-sitter