m1nd: m1nd is a local MCP runtime that ingests repositories, documentation, history, and runtime signals into a graph, enabling coding agents to perform structural retrieval, change reasoning, document grounding, operations, and continuity without rebuilding context on every step.; codeindex: codeindex is a dependency analyzer that builds a blast-radius impact score for every file in your repo — showing which files will break if a given file changes. It also generates a symbol index mapping every function and class to its exact file and line number, so AI tools can locate any symbol in one lookup without scanning the whole codebase. Supports 12+ languages, zero required dependencies (pure Python stdlib), and five consumption modes including CLI, MCP server, and CLAUDE.md injection.
Understanding an unfamiliar codebase's structure and dependencies
Assessing refactoring risk before touching a high-impact file