← Back to Plugins
MCP Server MCP

io.github.kapillamba4/code-memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx code-memory

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "code-memory",
      "version": "1.0.33",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Logging verbosity (DEBUG, INFO, WARNING, ERROR)",
          "format": "string",
          "name": "CODE_MEMORY_LOG_LEVEL"
        },
        {
          "description": "HuggingFace model ID for embeddings",
          "format": "string",
          "name": "EMBEDDING_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...