概要
CodePrysm is a powerful code intelligence tool designed to analyze source code repositories and convert them into a comprehensive knowledge graph. It leverages Tree-sitter for precise AST parsing, defining code entities as nodes (Containers, Callables, Data) and relationships as edges (CONTAINS, USES, DEFINES). This structured representation enables advanced capabilities like semantic code search using natural language queries, rich dependency analysis, and intelligent code navigation. Furthermore, it integrates with AI assistants via the Model Context Protocol (MCP), exposing your codebase as an AI-explorable resource, supporting multiple programming languages and built for scalability.