Hivelore

Hivelore is an open-source agent harness and contextual memory orchestrator created by Doucs91. It provides persistent project memory, decision tracking, and contextual briefing mechanics to enhance AI coding agents operating across CLI, MCP, and IDE environments. In day-to-day development, Hivelore runs as a CLI utility and Model Context Protocol (MCP) server that connects local repository context with agents like Claude, Cursor, and Roo Code. It analyzes repository churn, anchor specificity, and architectural decisions, automatically serving structured context through MCP bridges or rulesets stored in `.cursor/rules`, `.roo/rules`, and `.ai` directories. What differentiates Hivelore is its focus on long-term decision memory and git-aware contextual briefing. Instead of dumping raw file trees or naive embeddings, Hivelore manages memory promotion and deletion cycles (`memory approve/delete`) alongside git-history-based churn scoring to provide high-signal context to coding models. Hivelore is distributed as open-source software on GitHub under active versioned releases, supporting local execution and MCP integrations without proprietary platform lock-in.

Tags: agent harness, ai agent, cli, coding agent, developer tools, OpenSource

Visit Hivelore