enola: Enola is a local Model Context Protocol (MCP) server that generates compact architectural snapshots of repositories, providing AI coding agents with a structured overview of modules, symbols, dependencies, and patterns. It runs before an AI agent explores code, enhancing agent effectiveness by supplying upfront context rather than replacing traditional discovery tools.; codegraph: Codegraph provides AI coding assistants with an always-current, function-level dependency graph of an entire codebase, built locally and open source. This allows AI to understand code structure instantly, reducing token waste and improving accuracy for complex tasks like refactoring and debugging.
Onboarding new developers with a guided tour of the codebase architecture
Improve AI agent's understanding of codebase structure, eliminating repeated re-orientation.