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.
Quick Start
Clone the repository:
git clone https://github.com/20alexl/mini_claudeClaude Desktop configuration example:
{
"mcpServers": {
"miniclaude": {
"command": "npx",
"args": [
"-y",
"20alexl/mini_claude"
]
}
}
}Check the repository README for specific installation and configuration instructions.