HomeDevelopment › code-memory

code-memory

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

Python
★ 49 stars Last pushed 2026-05-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.0.33)

uvx code-memory

Or add to your MCP client config:

{
  "mcpServers": {
    "code-memory": {
      "command": "uvx",
      "args": [
        "code-memory"
      ],
      "env": {
        "CODE_MEMORY_LOG_LEVEL": "<YOUR_VALUE>",
        "EMBEDDING_MODEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CODE_MEMORY_LOG_LEVEL — Logging verbosity (DEBUG, INFO, WARNING, ERROR)
  • EMBEDDING_MODEL — HuggingFace model ID for embeddings

Related servers

Data from the Official MCP Registry