Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mini_claudeAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mini_claudeAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use 20alexl/mini_claude directly without routing
npx -y mini_claudeNew to Agent-CoreX? View setup guide →