MCP Directory

20alexl/mini_claude

GitHub
Productivity

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mini_claude

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from 20alexl/mini_claude your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mini_claude": {
      "command": "npx",
      "args": [
        "-y",
        "mini_claude"
      ]
    }
  }
}

Route 20alexl/mini_claude intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mini_claude

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use 20alexl/mini_claude directly without routing

npx -y mini_claude

New to Agent-CoreX? View setup guide →

20alexl/mini_claude MCP Server — Agent-CoreX