How It Works
Anamnesis scans your workspace folder using language-specific extractors powered by tree-sitter and custom parsers. Each extractor produces nodes (files, classes, functions, config blocks) and edges (contains, imports, calls).
The unified graph is uploaded to Anamnesis Cloud and can be queried from the VS Code extension or via MCP tools when AI integration is enabled.
Quick Start Workflow
- Install the extension and configure credentials.
- Right-click a folder - Create Knowledge Graph.
- Browse the project in the Projects tree.
- Switch between Table and Graph views.
- Click nodes to jump to source code.
- Enable AI Tools for MCP-powered agent queries.