Skip to main content
Knowledge & MemoryPython

20alexl/mini_claude

Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/20alexl/mini_claude

Claude Desktop configuration example:

{
  "mcpServers": {
    "miniclaude": {
      "command": "npx",
      "args": [
        "-y",
        "20alexl/mini_claude"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
20alexl