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.; kremis: Kremis is a deterministic knowledge graph MCP server written in Rust. It provides a local, single-binary solution for recording, associating, and retrieving knowledge without relying on LLMs. The system ensures determinism, inspectability, and grounding through ACID transactions and BLAKE3 hashing.
Assessing refactoring risk before touching a high-impact file
AI agent memory via MCP