mache: Mache parses codebases to discover their structure and exposes it as a navigable graph via MCP tools or a filesystem mount. It allows agents to explore call chains, jump to definitions, and read context without grepping flat files. Built for AI agents, it provides stable node paths and identity-preserving write-back.; codebase-memory-mcp: codebase-memory-mcp is a structural analysis backend that indexes codebases into a persistent knowledge graph, drastically reducing token usage for code exploration by providing precise structural results. It integrates with AI assistants like Claude Code, offering advanced capabilities such as call graph tracing, architecture overviews, and dead code detection.
Agent-based code exploration and navigation
Code exploration and understanding: Quickly understand codebase architecture, find functions, and trace call paths without high token costs.