Acerca de
Astrograph is an innovative MCP server designed to combat code duplication within large codebases, especially those influenced by AI agents. It intelligently detects structurally identical code by comparing Abstract Syntax Tree (AST) graphs rather than raw text, ensuring that even code with different variable names is identified. By intercepting and blocking duplicate code before it's written, Astrograph helps maintain a lean, efficient codebase, preventing the vicious cycle of context window overload for AI and improving overall code quality.